Commit 17079697 authored by Mahmoud Aglan's avatar Mahmoud Aglan

stuff

parent adf64bd2
...@@ -46,8 +46,8 @@ php artisan tinker # REPL ...@@ -46,8 +46,8 @@ php artisan tinker # REPL
``` ```
## Login Credentials (dev) ## Login Credentials (dev)
- Email: `admin@elcaptain.com` - Email: `admin@oc-sport.com`
- Password: `password` - Password: `Alarcade123#`
## Rules ## Rules
- Laravel Discipline is ALWAYS active (see global CLAUDE.md) - Laravel Discipline is ALWAYS active (see global CLAUDE.md)
......
...@@ -27,13 +27,13 @@ public function run(): void ...@@ -27,13 +27,13 @@ public function run(): void
); );
$admin = User::firstOrCreate( $admin = User::firstOrCreate(
['email' => 'admin@elcaptain.com'], ['email' => 'admin@oc-sport.com'],
[ [
'academy_id' => $academy->id, 'academy_id' => $academy->id,
'name' => 'Mahmoud Aglan', 'name' => 'Mahmoud Aglan',
'name_ar' => 'محمود عجلان', 'name_ar' => 'محمود عجلان',
'email' => 'admin@elcaptain.com', 'email' => 'admin@oc-sport.com',
'password' => Hash::make('password'), 'password' => Hash::make('Alarcade123#'),
'status' => 'active', 'status' => 'active',
] ]
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment