mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
|
||||
namespace App\Http\Controllers\Admin;
|
||||
|
||||
use App\Http\Controllers\BasePageController;
|
||||
use App\Models\Category;
|
||||
use App\Models\Release;
|
||||
use App\Models\Settings;
|
||||
use App\Models\User;
|
||||
use App\Models\Release;
|
||||
use Blacklight\SABnzbd;
|
||||
use Blacklight\utility\Utility;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use Illuminate\Http\Request;
|
||||
use Blacklight\utility\Utility;
|
||||
use Spatie\Permission\Models\Role;
|
||||
use App\Http\Controllers\BasePageController;
|
||||
|
||||
class SiteController extends BasePageController
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user