mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Added - sync locations artican call after seed
This commit is contained in:
parent
964c594c4c
commit
3aaaea37e4
|
@ -33,6 +33,10 @@ class DatabaseSeeder extends Seeder
|
|||
$this->call(ActionlogSeeder::class);
|
||||
$this->call(CustomFieldSeeder::class);
|
||||
|
||||
Artisan::call('snipeit:sync-asset-locations', ['--output' => 'all']);
|
||||
$output = Artisan::output();
|
||||
\Log::info($output);
|
||||
|
||||
Model::reguard();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue