This commit is contained in:
Jellyfrog
2022-11-07 19:19:01 +01:00
parent 0d465ebaaf
commit cf5ed4fb51
14 changed files with 20 additions and 18 deletions

View File

@@ -65,7 +65,7 @@ class RegisterController extends Controller
protected function create(array $data)
{
return User::create([
'name' => $data['name'],
'realname' => $data['name'],
'email' => $data['email'],
'password' => Hash::make($data['password']),
]);