seeder && remove description

This commit is contained in:
vedatakd 2020-03-31 09:59:58 +03:00
parent 90e5171318
commit 707fb2ab19
2 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ class VisiosoftModuleLocationCreateLocationFields extends Migration
'type' => '_'
],
],
'description' => 'anomaly.field_type.textarea',
'parent_country' => [
'type' => 'anomaly.field_type.relationship',
'config' => [

View File

@ -30,7 +30,7 @@ class LocationModuleSeeder extends Seeder
DB::unprepared(file_get_contents(__DIR__ . '/countries.sql'));
DB::unprepared(file_get_contents(__DIR__ . '/cities.sql'));
DB::unprepared(file_get_contents(__DIR__ . '/districts.sql'));
// DB::unprepared(file_get_contents(__DIR__ . '/neighborhoods.sql'));
DB::unprepared(file_get_contents(__DIR__ . '/neighborhoods.sql'));
Model::reguard();
/* Demo Stop*/
}