remove usernames

This commit is contained in:
2023-05-08 10:40:48 +10:00
parent 7a4f72378d
commit ac2dd23ad7
43 changed files with 372 additions and 864 deletions

View File

@@ -25,7 +25,6 @@ class User extends Authenticatable implements Auditable
* @var array<int, string>
*/
protected $fillable = [
'username',
'first_name',
'last_name',
'email',