user login

This commit is contained in:
2018-10-15 17:48:12 -05:00
parent f0398cc930
commit 6c45befc58
5 changed files with 90 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name', 'email', 'password', 'character_id'
'name', 'email', 'owner_hash', 'character_id',
];
/**