This commit is contained in:
2023-12-04 16:50:02 +05:00
parent 4f33f0059a
commit 2fcd789cf1
2 changed files with 4 additions and 4 deletions

View File

@@ -129,7 +129,7 @@ class LoanOrder extends Resource
*/
public function fieldsForIndex(NovaRequest $request): array
{
return LoanOrderFieldsForIndex::make();
return LoanOrderFieldsForIndex::make($this);
}
/**