Files
MKM/app/Filament/Pages/GeneralLedger.php
2024-10-31 00:53:13 +08:00

13 lines
246 B
PHP

<?php
namespace App\Filament\Pages;
use Filament\Pages\Page;
class GeneralLedger extends Page
{
protected static ?string $navigationIcon = 'heroicon-o-document-text';
protected static string $view = 'filament.pages.general-ledger';
}