api lejer dan imbang duga
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Glejer extends Model
|
||||
{
|
||||
|
||||
protected $table = 'glejer';
|
||||
public $timestamps = false;
|
||||
|
||||
|
||||
|
||||
// protected $fillable = ['tarikh','kodcaw','kodlaluan','bakiawal','masuk','yuran','keluar','baki','tambah','kurang' ];
|
||||
|
||||
|
||||
protected $fillable = [
|
||||
'kodcaw',
|
||||
'tarikh',
|
||||
'glcode',
|
||||
'descpt',
|
||||
'debit',
|
||||
'kredit',
|
||||
'hariini',
|
||||
'kelmarin',
|
||||
'jumlah',
|
||||
'bulanini',
|
||||
'tahunini',
|
||||
'acttype',
|
||||
'ar'];
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user