Skip to content

Commit 0afd520

Browse files
committed
Update AdminController.php
1 parent 49981c8 commit 0afd520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/AdminController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function random_str(
121121

122122
$user = User::create([
123123
'name' => 'Admin-Created-' . random_str(8),
124-
'email' => random_str(8) . '@test.com',
124+
'email' => random_str(8) . '@example.com',
125125
'password' => Hash::make(random_str(32)),
126126
'role' => 'user',
127127
'block' => 'no',

0 commit comments

Comments
 (0)