Update packages (Supports PHP ^8.0)
This commit is contained in:
parent
c7fc643845
commit
617a2cd7de
|
@ -17,7 +17,7 @@ class SuperUserSeeder extends Seeder
|
|||
public function run()
|
||||
{
|
||||
$user = User::create([
|
||||
'name' => 'Super Admin',
|
||||
'name' => 'Administrator',
|
||||
'email' => 'super.admin@test.com',
|
||||
'password' => Hash::make(12345678),
|
||||
'is_active' => 1
|
||||
|
|
Loading…
Reference in New Issue