We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f42e3d1 + 68c617c commit ecc39a2Copy full SHA for ecc39a2
database/seeders/DatabaseSeeder.php
@@ -20,7 +20,6 @@ public function run(): void
20
$this->call(\Litepie\Setting\Database\Seeders\SettingTableSeeder::class);
21
22
$this->call(\Litecms\Block\Seeders\BlockTableSeeder::class);
23
- $this->call(\Litecms\Blog\Seeders\BlogTableSeeder::class);
24
$this->call(\Litecms\Contact\Seeders\ContactTableSeeder::class);
25
$this->call(\Litecms\Page\Seeders\PageTableSeeder::class);
26
}
0 commit comments