daftar kakitangan:

This commit is contained in:
Afiq
2021-01-10 08:56:13 +08:00
parent 38a66ac70f
commit a812f411c5
12 changed files with 490 additions and 34 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name', 'email', 'password','roles',
'name', 'email', 'password','roles','no_kp','no_telefon','cawangan',
];
/**