Update and fix code with php-cs-fixer

This commit is contained in:
DariusIII
2019-01-31 20:17:57 +01:00
parent fb9d8a886a
commit 552a096d9a
236 changed files with 7061 additions and 7129 deletions
+3 -3
View File
@@ -2,12 +2,12 @@
namespace App\Http\Controllers;
use App\Models\User;
use App\Models\Category;
use Blacklight\http\RSS;
use App\Models\User;
use App\Models\UserRequest;
use Illuminate\Http\Request;
use Blacklight\http\RSS;
use Blacklight\utility\Utility;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
class RssController extends BasePageController