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
+5 -5
View File
@@ -4,15 +4,15 @@ 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 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;
use Illuminate\Pagination\LengthAwarePaginator;
class BasePageController extends Controller
{