Penambahan FrontEnd All-New-Manufacture
This commit is contained in:
@@ -8,4 +8,16 @@
|
||||
class DetailTransaksiStiker extends Model
|
||||
{
|
||||
use HasFactory;
|
||||
|
||||
protected $table = 'detail_transaksi_stiker';
|
||||
|
||||
protected $fillable = [
|
||||
'notrans','nopol','jenis_mobil','adm','kategori','jenis_member','akses','akses_out','status','merk','tipe','tahun','warna','keterangan'
|
||||
];
|
||||
|
||||
public function transaksi()
|
||||
{
|
||||
return $this->belongsTo(TransaksiStiker::class, 'notrans', 'notrans');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user