mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Update project files
This commit is contained in:
@@ -2,16 +2,16 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Events\UserLoggedIn;
|
||||
use App\Models\Category;
|
||||
use App\Models\Forumpost;
|
||||
use App\Models\Settings;
|
||||
use App\Models\User;
|
||||
use Blacklight\Contents;
|
||||
use Blacklight\SABnzbd;
|
||||
use Illuminate\Pagination\LengthAwarePaginator;
|
||||
use App\Models\Category;
|
||||
use App\Models\Settings;
|
||||
use Blacklight\Contents;
|
||||
use App\Models\Forumpost;
|
||||
use Illuminate\Support\Arr;
|
||||
use App\Events\UserLoggedIn;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use Illuminate\Pagination\LengthAwarePaginator;
|
||||
|
||||
class BasePageController extends Controller
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user