added it_logout_user test

This commit is contained in:
Peter Papp
2021-03-03 08:51:17 +01:00
parent cd9d1d91bd
commit b38f04533c
4 changed files with 14 additions and 26 deletions
-1
View File
@@ -33,7 +33,6 @@ class CreateNewUser implements CreatesNewUsers
])->validate();
$user = User::create([
'name' => $input['name'],
'email' => $input['email'],
'password' => Hash::make($input['password']),
]);