File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 7
7
"require" : {
8
8
"php" : " >=5.6.4" ,
9
9
"laravel/framework" : " 5.4.*" ,
10
- "lavalite/framework" : " 2.1.* " ,
10
+ "lavalite/framework" : " dev-master " ,
11
11
"lavalite/theme" : " dev-master" ,
12
12
"litecms/contact" : " dev-master" ,
13
13
"litecms/block" : " dev-master" ,
Original file line number Diff line number Diff line change @@ -20,11 +20,9 @@ public function run()
20
20
$ this ->call (ClientTableSeeder::class);
21
21
22
22
$ this ->call (BlockTableSeeder::class);
23
- $ this ->call (BlogTableSeeder::class);
24
23
$ this ->call (CalendarTableSeeder::class);
25
24
$ this ->call (ContactTableSeeder::class);
26
25
$ this ->call (MessageTableSeeder::class);
27
- $ this ->call (NewsTableSeeder::class);
28
26
$ this ->call (NotificationTableSeeder::class);
29
27
$ this ->call (PageTableSeeder::class);
30
28
$ this ->call (SettingTableSeeder::class);
You can’t perform that action at this time.
0 commit comments