feat:adds admin field

This commit is contained in:
hackerESQ
2024-11-05 15:39:29 -06:00
parent 0c3a851e7d
commit fee9cda5ba
+1
View File
@@ -32,6 +32,7 @@ class User extends Authenticatable implements MustVerifyEmail
];
protected $hidden = [
'admin',
'password',
'remember_token',
'two_factor_recovery_codes',