We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49981c8 commit 0afd520Copy full SHA for 0afd520
app/Http/Controllers/AdminController.php
@@ -121,7 +121,7 @@ function random_str(
121
122
$user = User::create([
123
'name' => 'Admin-Created-' . random_str(8),
124
- 'email' => random_str(8) . '@test.com',
+ 'email' => random_str(8) . '@example.com',
125
'password' => Hash::make(random_str(32)),
126
'role' => 'user',
127
'block' => 'no',
0 commit comments