mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:01:24 +00:00
Update and fix code with php-cs-fixer
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace App\Http\Controllers;
|
||||
|
||||
use App\Models\User;
|
||||
use App\Models\Category;
|
||||
use Blacklight\http\RSS;
|
||||
use App\Models\User;
|
||||
use App\Models\UserRequest;
|
||||
use Illuminate\Http\Request;
|
||||
use Blacklight\http\RSS;
|
||||
use Blacklight\utility\Utility;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
|
||||
class RssController extends BasePageController
|
||||
|
||||
Reference in New Issue
Block a user