seeder fix

This commit is contained in:
noor
2023-03-24 11:18:47 +05:30
committed by RafficMohammed
parent 7d2e7614f4
commit 0975cc5dd9

View File

@@ -68,6 +68,6 @@ Artisan::command('install:seed', function () {
} }
\DB::table($name)->truncate(); \DB::table($name)->truncate();
} }
$this->call('db:seed', ['--force' => true]); (new \App\Http\Controllers\Update\SyncFaveoToLatestVersion())->sync();
$this->info('seeded successfully'); $this->info('seeded successfully');
})->purpose('Seeding for install'); })->purpose('Seeding for install');