Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2019-11-01 19:52:18 +00:00
committed by StyleCI Bot
parent 5d462bf4e2
commit 5a8fff0020
173 changed files with 483 additions and 483 deletions
+8 -8
View File
@@ -4,16 +4,16 @@ namespace App\Http\Controllers;
require_once NN_LIB.'utility/SmartyUtils.php';
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
{