fixes for tests
This commit is contained in:
parent
788a42e9a4
commit
8ad045ecc4
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class CreateUser
|
|||
*/
|
||||
public function handle() : ?User
|
||||
{
|
||||
$x = mt_rand(1,10);
|
||||
$x = mt_rand(1,100);
|
||||
|
||||
$email = 'turbo124+'. $x .'@gmail.com';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue