迁移用户模块

This commit is contained in:
JaguarJack
2020-04-22 06:06:57 +08:00
parent fd9ce382db
commit 308ee3120e
5 changed files with 8 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ class UsersSeed extends Seeder
*/
public function run()
{
return \catchAdmin\user\model\Users::create([
return \catchAdmin\permissions\model\Users::create([
'username' => 'admin',
'password' => 'admin',
'email' => 'admin@gmail.com',