Sindbad~EG File Manager
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class VwStockSummaryMonthly extends Model
{
// protected $table = 'vw_stock_balance_active_month'; // NAMA VIEW NYA
protected $table = 'vw_stock_kartu_stock'; // NAMA VIEW NYA
protected $primaryKey = 'KODE_BRG'; // supaya Filament tidak bingung
protected $keyType = 'string';
public $incrementing = false;
public $timestamps = false;
protected $guarded = [];
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists