Fixes for API and live map

This commit is contained in:
Nabeel Shahzad
2018-05-02 15:14:18 -05:00
parent 9183e0b2aa
commit 5dff563c75
18 changed files with 1971 additions and 377 deletions

View File

@@ -48,7 +48,7 @@ class DevInstall extends Command
#
$this->info('Importing sample data');
\Artisan::call('phpvms:import', [
\Artisan::call('phpvms:yaml-import', [
'files' => ['app/Database/seeds/sample.yml'],
]);