Lot's of bug fixes
This commit is contained in:
parent
ad320963fc
commit
7718ed6c32
196 changed files with 51167 additions and 3010 deletions
|
@ -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'])
|
||||
]);
|
||||
|
|
Reference in a new issue