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 SubuserTransformer extends BaseTransformer
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $availableIncludes = ['user', 'server'];
|
||||
protected array $availableIncludes = ['user', 'server'];
|
||||
|
||||
/**
|
||||
* Return the resource name for the JSONAPI output.
|
||||
|
|
Reference in a new issue