diff --git a/app/Filament/Resources/InvoiceValidationResource/Pages/ListInvoiceValidations.php b/app/Filament/Resources/InvoiceValidationResource/Pages/ListInvoiceValidations.php index 0ff3f3efd..a1284d467 100644 --- a/app/Filament/Resources/InvoiceValidationResource/Pages/ListInvoiceValidations.php +++ b/app/Filament/Resources/InvoiceValidationResource/Pages/ListInvoiceValidations.php @@ -19,11 +19,11 @@ class ListInvoiceValidations extends ListRecords ]; } - //to hide the data from the table - protected function getTableQuery(): \Illuminate\Database\Eloquent\Builder - { - return static::getResource()::getEloquentQuery()->whereRaw('1 = 0'); - } + // //to hide the data from the table + // protected function getTableQuery(): \Illuminate\Database\Eloquent\Builder + // { + // return static::getResource()::getEloquentQuery()->whereRaw('1 = 0'); + // } }