Create App/ModifiedTrans
This commit is contained in:
@@ -11,8 +11,12 @@ class JenisMobil extends Model
|
||||
|
||||
protected $table = 'jenis_mobil';
|
||||
|
||||
protected $casts = [
|
||||
'id' => 'string',
|
||||
];
|
||||
|
||||
protected $fillable = [
|
||||
'id', 'nama','short_cut'
|
||||
'nama','short_cut'
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user