Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
DariusIII
2019-01-31 19:18:57 +00:00
committed by StyleCI Bot
parent 552a096d9a
commit bab65321a9
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
{