Skip to content

Commit b8fcb83

Browse files
author
renchao
committed
修复数据填充默认缺少一个文件
1 parent 7e20f33 commit b8fcb83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

database/seeds/DatabaseSeeder.php

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ class DatabaseSeeder extends Seeder {
1010
*/
1111
public function run() {
1212
//
13+
$this->call([
14+
15+
]);
1316
}
1417
}

0 commit comments

Comments
 (0)