Skip to content

Commit ecc39a2

Browse files
authored
Merge pull request #396 from LavaLite/develop
Update DatabaseSeeder.php
2 parents f42e3d1 + 68c617c commit ecc39a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/seeders/DatabaseSeeder.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public function run(): void
2020
$this->call(\Litepie\Setting\Database\Seeders\SettingTableSeeder::class);
2121

2222
$this->call(\Litecms\Block\Seeders\BlockTableSeeder::class);
23-
$this->call(\Litecms\Blog\Seeders\BlogTableSeeder::class);
2423
$this->call(\Litecms\Contact\Seeders\ContactTableSeeder::class);
2524
$this->call(\Litecms\Page\Seeders\PageTableSeeder::class);
2625
}

0 commit comments

Comments
 (0)