This commit is contained in:
afiq
2021-02-27 12:34:41 +08:00
parent 51bca39f35
commit c1553704f8
14 changed files with 220 additions and 65 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ class Role extends Model
protected $table = 'roles';
protected $fillable = [
'keterangan'
'keterangan','role_code'
];
}