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

@@ -29,9 +29,9 @@ class ProductType extends Filter
/**
* Get the filter's available options.
*
* @return array
* @return array<int|string, int|string>
*/
public function options(NovaRequest $request)
public function options(NovaRequest $request): array
{
return [];
}