Skip to content

Commit 22f69a7

Browse files
committed
Added Menu and Module Seeder to Database Seeder
1 parent 43902b1 commit 22f69a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

database/seeds/DatabaseSeeder.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ public function run()
2424
$this->call(EmailTemplateTableSeeder::class);
2525
$this->call(SettingsTableSeeder::class);
2626
$this->call(PagesTableSeeder::class);
27+
$this->call(MenuTableSeeder::class);
28+
$this->call(ModulesTableSeeder::class);
2729

2830
Model::reguard();
2931
}

0 commit comments

Comments
 (0)