mirror of
https://github.com/kevin-DL/exercise_tracker_api.git
synced 2026-01-11 19:14:27 +00:00
exercise_tracker_api-1 User Authentication
This commit is contained in:
@@ -16,7 +16,7 @@ class User extends Authenticatable
|
||||
* @var array
|
||||
*/
|
||||
protected $fillable = [
|
||||
'name', 'email', 'password',
|
||||
'username', 'email', 'password',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user