mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 01:38:54 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -4,11 +4,11 @@ namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\User;
|
||||
use Blacklight\NZBGet;
|
||||
use Blacklight\NZBVortex;
|
||||
use Blacklight\SABnzbd;
|
||||
use App\Models\Settings;
|
||||
use Blacklight\utility\Utility;
|
||||
use Blacklight\NZBVortex;
|
||||
use Illuminate\Http\Request;
|
||||
use Blacklight\utility\Utility;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
|
||||
class QueueController extends BasePageController
|
||||
@@ -338,6 +338,5 @@ class QueueController extends BasePageController
|
||||
);
|
||||
|
||||
$this->pagerender();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user