Added - sync locations artican call after seed

This commit is contained in:
snipe 2017-11-22 06:21:56 -08:00
parent 964c594c4c
commit 3aaaea37e4

View file

@ -33,6 +33,10 @@ class DatabaseSeeder extends Seeder
$this->call(ActionlogSeeder::class); $this->call(ActionlogSeeder::class);
$this->call(CustomFieldSeeder::class); $this->call(CustomFieldSeeder::class);
Artisan::call('snipeit:sync-asset-locations', ['--output' => 'all']);
$output = Artisan::output();
\Log::info($output);
Model::reguard(); Model::reguard();
} }
} }