updated relations

This commit is contained in:
Jagad R R
2024-12-11 14:11:17 +07:00
parent 9ac256189d
commit 8cf94b5a5e
9 changed files with 9 additions and 7 deletions
+1
View File
@@ -21,6 +21,7 @@ class AdminSeeder extends Seeder
$admin->email = "superadmin@email.com";
$admin->username = "superadmin";
$admin->password = Hash::make('12345678');
$admin->phone = "085112345622";
$admin->save();
}
}