Skip to content

Commit

Permalink
Merge pull request #396 from LavaLite/develop
Browse files Browse the repository at this point in the history
Update DatabaseSeeder.php
  • Loading branch information
georgemjohn authored Jun 29, 2023
2 parents f42e3d1 + 68c617c commit ecc39a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion database/seeders/DatabaseSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function run(): void
$this->call(\Litepie\Setting\Database\Seeders\SettingTableSeeder::class);

$this->call(\Litecms\Block\Seeders\BlockTableSeeder::class);
$this->call(\Litecms\Blog\Seeders\BlogTableSeeder::class);
$this->call(\Litecms\Contact\Seeders\ContactTableSeeder::class);
$this->call(\Litecms\Page\Seeders\PageTableSeeder::class);
}
Expand Down

0 comments on commit ecc39a2

Please sign in to comment.