Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2020-02-05 01:56:40 +00:00
committed by StyleCI Bot
parent b343c02c63
commit 02ad342bac
175 changed files with 488 additions and 488 deletions
+8 -8
View File
@@ -2,16 +2,16 @@
namespace App\Http\Controllers;
use App\Models\User;
use Blacklight\SABnzbd;
use App\Models\Category;
use App\Models\Settings;
use Blacklight\Contents;
use App\Models\Forumpost;
use Illuminate\Support\Arr;
use App\Events\UserLoggedIn;
use Illuminate\Support\Facades\Auth;
use App\Models\Category;
use App\Models\Forumpost;
use App\Models\Settings;
use App\Models\User;
use Blacklight\Contents;
use Blacklight\SABnzbd;
use Illuminate\Pagination\LengthAwarePaginator;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Auth;
class BasePageController extends Controller
{