fix stan errors
This commit is contained in:
@@ -26,10 +26,9 @@ class CardRequisiteFieldsForDetail
|
||||
/**
|
||||
* Fields for index
|
||||
*
|
||||
* @param mixed $resource
|
||||
* @return array<int, object>
|
||||
* @return array<int, \Laravel\Nova\Panel|\Laravel\Nova\Fields\Field>
|
||||
*/
|
||||
public static function make(mixed $resource): array
|
||||
public static function make(): array
|
||||
{
|
||||
return [
|
||||
ID::make()->hide(),
|
||||
|
||||
Reference in New Issue
Block a user