fix lejeram

This commit is contained in:
hafifierahman
2021-11-06 12:29:14 +08:00
parent dd4954b9c2
commit 05bbd5c2c2
5 changed files with 973 additions and 501 deletions
+21
View File
@@ -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'
];
}