Displaying transaction grid

This commit is contained in:
dhanabalan
2025-04-19 12:49:27 +05:30
parent 56a74e5f11
commit 978bff037d

View File

@@ -19,11 +19,11 @@ class ListInvoiceValidations extends ListRecords
]; ];
} }
//to hide the data from the table // //to hide the data from the table
protected function getTableQuery(): \Illuminate\Database\Eloquent\Builder // protected function getTableQuery(): \Illuminate\Database\Eloquent\Builder
{ // {
return static::getResource()::getEloquentQuery()->whereRaw('1 = 0'); // return static::getResource()::getEloquentQuery()->whereRaw('1 = 0');
} // }
} }