kakitangan harian

This commit is contained in:
Afiq
2021-01-11 08:31:00 +08:00
parent 6cbeee9f86
commit 00842e0a67
10 changed files with 108 additions and 60 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class User extends Authenticatable
* @var array
*/
protected $fillable = [
'name', 'email', 'password','roles','no_kp','no_telefon','cawangan',
'name', 'email', 'password','roles','no_kp','no_telefon','cawangan','role_harian','perubatan',
];
/**