fixed bug

This commit is contained in:
yanwenwu
2018-12-09 09:26:58 +08:00
parent 3c3c0471e1
commit 68149ab954
5 changed files with 61 additions and 16 deletions

View File

@@ -17,6 +17,8 @@ class Roles extends Seeder
$data = [
'name' => '超级管理员',
'created_at' => date('Y-m-d H:i:s'),
'updated_at' => date('Y-m-d H:i:s'),
];
$this->table(config('permissions.table.role'))->insert($data)->save();