fix lejeram
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Lejeram extends Model
|
||||
{
|
||||
protected $table = 'lejeramdata';
|
||||
|
||||
protected $fillable = [
|
||||
'no',
|
||||
'descpt',
|
||||
'glcode',
|
||||
'api_redirect',
|
||||
'variable',
|
||||
'namadebit',
|
||||
'namakredit',
|
||||
'oneVar'
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user