Commit 22f69a78 authored by Vipul Basapati's avatar Vipul Basapati

Added Menu and Module Seeder to Database Seeder

parent 43902b10
......@@ -24,6 +24,8 @@ class DatabaseSeeder extends Seeder
$this->call(EmailTemplateTableSeeder::class);
$this->call(SettingsTableSeeder::class);
$this->call(PagesTableSeeder::class);
$this->call(MenuTableSeeder::class);
$this->call(ModulesTableSeeder::class);
Model::reguard();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment