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
app/Transformers/Api/Client
|
@ -21,7 +21,7 @@ class ServerTransformer extends BaseClientTransformer
|
|||
/**
|
||||
* @var array
|
||||
*/
|
||||
protected $availableIncludes = ['egg', 'subusers'];
|
||||
protected array $availableIncludes = ['egg', 'subusers'];
|
||||
|
||||
public function getResourceName(): string
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue