1
0
forked from poc/pds

Updated admin password

This commit is contained in:
dhanabalan
2026-02-06 15:13:38 +05:30
parent fe53699e4c
commit fd7fe21c7d

View File

@@ -21,9 +21,9 @@ class AdminSeeder extends Seeder
// Data to update/create // Data to update/create
[ [
'name' => 'Admin', 'name' => 'Admin',
'password' => Hash::make('jOtHi$9000'), 'password' => Hash::make('jOtHi#9000'),
'updated_at' => now(), 'updated_at' => now(),
'created_at' => now() 'created_at' => now(),
] ]
); );
// $user1 = User::firstOrCreate([ // $user1 = User::firstOrCreate([