mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
Helper methods refactoring
This commit is contained in:
@@ -6,7 +6,6 @@ use App\Models\User;
|
||||
use App\Models\Share;
|
||||
use App\Models\Folder;
|
||||
use App\Models\Setting;
|
||||
use Faker\Generator;
|
||||
use Illuminate\Support\Str;
|
||||
use App\Services\SetupService;
|
||||
use Illuminate\Console\Command;
|
||||
@@ -34,8 +33,6 @@ class SetupDevEnvironment extends Command
|
||||
|
||||
private $setup;
|
||||
|
||||
private Generator $faker;
|
||||
|
||||
public function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
Reference in New Issue
Block a user