Sindbad~EG File Manager

Current Path : /home/webg5288/www/laravel_kendal/app/Models/
Upload File :
Current File : /home/webg5288/www/laravel_kendal/app/Models/VwStockSummaryMonthly.php

<?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