Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2019-02-03 20:01:19 +00:00
committed by StyleCI Bot
parent 50ff1b6181
commit 87c6e5d64f
168 changed files with 449 additions and 449 deletions
+5 -5
View File
@@ -4,15 +4,15 @@ namespace App\Http\Controllers;
require_once NN_LIB.'utility/SmartyUtils.php';
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 App\Models\Category;
use App\Models\Settings;
use Blacklight\Contents;
use App\Models\Forumpost;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Auth;
use Illuminate\Pagination\LengthAwarePaginator;
class BasePageController extends Controller
{