Sindbad~EG File Manager

Current Path : /home/webg5288/www/laravel_kendal/app/Filament/Widgets/
Upload File :
Current File : /home/webg5288/www/laravel_kendal/app/Filament/Widgets/ImportTrKeluarProgress.php

<?php

namespace App\Filament\Widgets;

use App\Models\ImportRun;
use Filament\Widgets\Widget;

class ImportTrKeluarProgress extends Widget
{
    protected static string $view = 'filament.widgets.import-tr-keluar-progress';
    protected static ?int $pollingInterval = 2;

    public function getRunProperty(): ?ImportRun
    {
        // return ImportRun::where('type', 'tr_keluar')->latest()->first();
        return ImportRun::whereIn('type', ['tr_keluar', 'Pengeluaran'])->latest()->first();
    }
}

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