Sindbad~EG File Manager

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

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;

class Pengeluaran extends Model
{
    use HasFactory;
    protected $table = 'tr_keluar';
      protected $fillable = [
        'no_inv',
        'tgl_inv',
        'tr_code',
        'jns_tr',
        'gudang',
        'kode_brg',
        'kode_kategori_brg',
        'quantity',
        'satuan',
        'harga'
    ];
    // // pakai kolom custom untuk created_at
    const CREATED_AT = 'tglid';
    // const UPDATED_AT = 'userid';
    // const UPDATED_AT = 'userid';

    // // matikan updated_at
    const UPDATED_AT = null;

}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists