add ammap dependences to load the map in the component visu-carto
<?phpuseIlluminate\Database\Seeder;useIlluminate\Database\Eloquent\Model;classDatabaseSeederextendsSeeder{/** * Run the database seeds. */publicfunctionrun(){Model::unguard();// $this->call('UserTableSeeder');}}