3
0
Fork 0

Lot's of bug fixes

This commit is contained in:
BuildTools 2021-06-27 21:01:43 +02:00
parent ad320963fc
commit 7718ed6c32
196 changed files with 51167 additions and 3010 deletions

View file

@ -68,7 +68,7 @@ class RegisterController extends Controller
protected function create(array $data)
{
return User::create([
'uuid' => '', Cache::getUUID($data['username']),
'uuid' => Cache::getUUID($data['username']),
'email' => $data['email'],
'password' => bcrypt($data['password'])
]);