From 707fb2ab1955cf1cdfd8902dbb9043bd0113cd9c Mon Sep 17 00:00:00 2001 From: vedatakd Date: Tue, 31 Mar 2020 09:59:58 +0300 Subject: [PATCH] seeder && remove description --- ...211014_visiosoft.module.location__create_location_fields.php | 1 - .../visiosoft/location-module/src/LocationModuleSeeder.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/default/visiosoft/location-module/migrations/2018_09_25_211014_visiosoft.module.location__create_location_fields.php b/addons/default/visiosoft/location-module/migrations/2018_09_25_211014_visiosoft.module.location__create_location_fields.php index cdafb646d..8634959fd 100644 --- a/addons/default/visiosoft/location-module/migrations/2018_09_25_211014_visiosoft.module.location__create_location_fields.php +++ b/addons/default/visiosoft/location-module/migrations/2018_09_25_211014_visiosoft.module.location__create_location_fields.php @@ -27,7 +27,6 @@ class VisiosoftModuleLocationCreateLocationFields extends Migration 'type' => '_' ], ], - 'description' => 'anomaly.field_type.textarea', 'parent_country' => [ 'type' => 'anomaly.field_type.relationship', 'config' => [ diff --git a/addons/default/visiosoft/location-module/src/LocationModuleSeeder.php b/addons/default/visiosoft/location-module/src/LocationModuleSeeder.php index 21eeccb89..c62b3d10e 100644 --- a/addons/default/visiosoft/location-module/src/LocationModuleSeeder.php +++ b/addons/default/visiosoft/location-module/src/LocationModuleSeeder.php @@ -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*/ }