Update includes definition to match updated package requirements

This commit is contained in:
DaneEveritt 2022-05-04 19:11:42 -04:00
parent 34ffaebd3e
commit 4252014d18
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
14 changed files with 14 additions and 14 deletions

View file

@ -12,7 +12,7 @@ class NodeTransformer extends BaseTransformer
*
* @var array
*/
protected $availableIncludes = ['allocations', 'location', 'servers'];
protected array $availableIncludes = ['allocations', 'location', 'servers'];
/**
* Return the resource name for the JSONAPI output.