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