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
|
@ -15,7 +15,7 @@ class EggTransformer extends BaseTransformer
|
|||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $availableIncludes = [
|
||||
protected array $availableIncludes = [
|
||||
'nest',
|
||||
'servers',
|
||||
'config',
|
||||
|
|
Reference in a new issue