We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43902b1 commit 22f69a7Copy full SHA for 22f69a7
database/seeds/DatabaseSeeder.php
@@ -24,6 +24,8 @@ public function run()
24
$this->call(EmailTemplateTableSeeder::class);
25
$this->call(SettingsTableSeeder::class);
26
$this->call(PagesTableSeeder::class);
27
+ $this->call(MenuTableSeeder::class);
28
+ $this->call(ModulesTableSeeder::class);
29
30
Model::reguard();
31
}
0 commit comments