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
+4 -5
View File
@@ -2,15 +2,14 @@
namespace App\Http\Controllers;
use Blacklight\NZB;
use App\Models\User;
use App\Models\Release;
use App\Models\Settings;
use Blacklight\Releases;
use App\Models\User;
use App\Models\UserDownload;
use App\Models\UsersRelease;
use Illuminate\Http\Request;
use Blacklight\NZB;
use Blacklight\Releases;
use Blacklight\utility\Utility;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Auth;
use Illuminate\Support\Facades\File;