call([ ShieldSeeder::class, ]); Artisan::call('migrate:all', [], $this->command->getOutput()); (new UserSeeder)->run(); } }