Skip to content

Commit 5c27b9b

Browse files
committed
Seeder & composer update
1 parent c46d470 commit 5c27b9b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"require": {
88
"php": ">=5.6.4",
99
"laravel/framework": "5.4.*",
10-
"lavalite/framework": "2.1.*",
10+
"lavalite/framework": "dev-master",
1111
"lavalite/theme" : "dev-master",
1212
"litecms/contact": "dev-master",
1313
"litecms/block": "dev-master",

database/seeds/DatabaseSeeder.php

-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ public function run()
2020
$this->call(ClientTableSeeder::class);
2121

2222
$this->call(BlockTableSeeder::class);
23-
$this->call(BlogTableSeeder::class);
2423
$this->call(CalendarTableSeeder::class);
2524
$this->call(ContactTableSeeder::class);
2625
$this->call(MessageTableSeeder::class);
27-
$this->call(NewsTableSeeder::class);
2826
$this->call(NotificationTableSeeder::class);
2927
$this->call(PageTableSeeder::class);
3028
$this->call(SettingTableSeeder::class);

0 commit comments

Comments
 (0)