Mengubah tampilan menu master Ijin Usaha
This commit is contained in:
@@ -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();
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user