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
|
@ -14,7 +14,7 @@ class NestTransformer extends BaseTransformer
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $availableIncludes = [
|
||||
protected array $availableIncludes = [
|
||||
'eggs', 'servers',
|
||||
];
|
||||
|
||||
|
|
Reference in a new issue