Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

Commit f95b4ff

Browse files
fix
1 parent 993b449 commit f95b4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/SuperAdminSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public function run()
1616
{
1717
$created = AdminUser::firstOrCreate([
1818
'name' => 'Super Admin',
19-
'email' => 'admin_' . Str::slug(Str::lower(config('app.name')), '_') . '@gmail.com',
19+
'email' => 'admin@' . Str::slug(Str::lower(config('app.name')), '') . '.com',
2020
'password' => Hash::make('password')
2121
]);
2222

0 commit comments

Comments
 (0)