stan errors

This commit is contained in:
2025-03-15 23:58:38 +05:00
parent ed80105dc5
commit 007be865fe
10 changed files with 67 additions and 33 deletions

View File

@@ -20,6 +20,8 @@ class Main extends Dashboard
/**
* Get the cards for the dashboard.
*
* @return array<int, \Laravel\Nova\Card>
*/
public function cards(): array
{
@@ -32,7 +34,6 @@ class Main extends Dashboard
LoanOrderPerStatus::make()
->canSee(fn () => Gate::allows('isAdmin', auth()->user()->isAdmin())),
];
}
}