add types
This commit is contained in:
@@ -25,8 +25,11 @@ class CardRequisiteFieldsForDetail
|
||||
{
|
||||
/**
|
||||
* Fields for index
|
||||
*
|
||||
* @param mixed $resource
|
||||
* @return array<int, object>
|
||||
*/
|
||||
public static function make($resource): array
|
||||
public static function make(mixed $resource): array
|
||||
{
|
||||
return [
|
||||
ID::make()->hide(),
|
||||
|
||||
Reference in New Issue
Block a user