Mengubah tampilan menu master Ijin Usaha

This commit is contained in:
2024-09-18 15:53:15 +07:00
parent 2041b38980
commit 43e6f8d71e
13 changed files with 300 additions and 135 deletions

View File

@@ -17,16 +17,4 @@ class KJPP extends Model
* The attributes that are mass assignable.
*/
protected $guarded = ['id'];
// If you're using JSON columns, you may want to cast them properly
protected $casts = [
'jenis_usaha' => 'array',
'pengalaman' => 'array',
'kerjasama_sejak' => 'date', // For date fields
];
// protected static function newFactory(): KJPPFactory
// {
// //return KJPPFactory::new();
// }
}