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'
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ class TransaksiParkir extends Model
|
||||
// public $timestamps = false;
|
||||
use HasFactory;
|
||||
protected $table = 'transaksi_parkir';
|
||||
const updated_at = null;
|
||||
const created_at = null;
|
||||
|
||||
protected $fillable = [
|
||||
'id', 'no_pol', 'id_kendaraaan', 'status', 'id_pintu_masuk', 'id_pintu_keluar', 'waktu_masuk', 'waktu_keluar', 'id_op_masuk', 'id_op_keluar', 'id_shift_masuk',
|
||||
|
||||
@@ -11,7 +11,7 @@ class TransaksiStiker extends Model
|
||||
|
||||
protected $table = 'transaksi_stiker';
|
||||
const id = null;
|
||||
const update_at = null;
|
||||
const updated_at = null;
|
||||
const created_at = null;
|
||||
|
||||
protected $fillable = [
|
||||
|
||||
Reference in New Issue
Block a user