mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -6,9 +6,9 @@ use App\Models\User;
|
||||
use App\Models\Settings;
|
||||
use Illuminate\Console\Command;
|
||||
use App\Extensions\util\Versions;
|
||||
use Spatie\Permission\Models\Permission;
|
||||
use Spatie\Permission\Models\Role;
|
||||
use Symfony\Component\Process\Process;
|
||||
use Spatie\Permission\Models\Permission;
|
||||
|
||||
class InstallNntmux extends Command
|
||||
{
|
||||
@@ -221,7 +221,6 @@ class InstallNntmux extends Command
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
private function createRoles()
|
||||
{
|
||||
Permission::create(['name' => 'preview']);
|
||||
|
||||
Reference in New Issue
Block a user