Fix data not showing up for live map (#1223)

* Fix data not showing up for live map

* StyleCI fixes
This commit is contained in:
Nabeel S
2021-06-04 16:57:27 -04:00
committed by GitHub
parent 48cada2053
commit 96d33c11c8
15 changed files with 92 additions and 549 deletions

View File

@@ -21,7 +21,9 @@ class SeederService extends Service
private $offsets = [];
// Map an environment to a seeder directory, if we want to share
public static $seed_mapper = [];
public static $seed_mapper = [
'local' => 'dev',
];
public function __construct(DatabaseService $databaseSvc)
{