Update includes definition to match updated package requirements
This commit is contained in:
parent
34ffaebd3e
commit
4252014d18
14 changed files with 14 additions and 14 deletions
|
@ -12,7 +12,7 @@ class LocationTransformer extends BaseTransformer
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $availableIncludes = ['nodes', 'servers'];
|
||||
protected array $availableIncludes = ['nodes', 'servers'];
|
||||
|
||||
/**
|
||||
* Return the resource name for the JSONAPI output.
|
||||
|
|
Reference in a new issue