stan errors
This commit is contained in:
@@ -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 [];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user