Update packages (Supports PHP ^8.0)

This commit is contained in:
Fahim Anzam Dip 2023-07-01 14:24:51 +06:00
parent c7fc643845
commit 617a2cd7de
1 changed files with 1 additions and 1 deletions

View File

@ -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