Update AdminController.php

This commit is contained in:
Julian Prieber 2022-07-12 16:12:54 +02:00
parent 49981c8c6c
commit 0afd520412
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ class AdminController extends Controller
$user = User::create([
'name' => 'Admin-Created-' . random_str(8),
'email' => random_str(8) . '@test.com',
'email' => random_str(8) . '@example.com',
'password' => Hash::make(random_str(32)),
'role' => 'user',
'block' => 'no',