Change name to username

This commit is contained in:
Chris
2018-10-16 14:14:14 +01:00
parent 15755a3fd1
commit 6093119dde
11 changed files with 22 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name', 'email', 'password',
'username', 'email', 'password',
];
/**