Skip to content

Commit 3e54253

Browse files
committed
Remove unnecessary seeders
1 parent 9a186f4 commit 3e54253

File tree

4 files changed

+59
-204
lines changed

4 files changed

+59
-204
lines changed

composer.lock

Lines changed: 59 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

database/seeds/CountryTableSeeder.php

Lines changed: 0 additions & 39 deletions
This file was deleted.

database/seeds/DatabaseSeeder.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ public function run()
2323
$this->call(EmailTemplatePlaceholderTableSeeder::class);
2424
$this->call(EmailTemplateTableSeeder::class);
2525
$this->call(SettingsTableSeeder::class);
26-
$this->call(CountryTableSeeder::class);
27-
$this->call(StateTableSeeder::class);
2826
$this->call(PagesTableSeeder::class);
2927

3028
Model::reguard();

0 commit comments

Comments
 (0)