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
+2 -3
View File
@@ -2,11 +2,10 @@
namespace App\Http\Controllers;
use App\Models\User;
use Blacklight\NZBGet;
use Blacklight\SABnzbd;
use App\Models\Settings;
use Blacklight\NZBGet;
use Blacklight\NZBVortex;
use Blacklight\SABnzbd;
use Illuminate\Http\Request;
class QueueController extends BasePageController