Fix di service configuration

This commit is contained in:
ErickSkrauch 2021-03-04 07:58:44 +01:00
parent 6469f6bd68
commit daebb66266

View File

@ -21,7 +21,9 @@ return [
Ely\Mojang\Api::class => Ely\Mojang\Api::class,
common\components\SkinsSystemApi::class => [
'class' => common\components\SkinsSystemApi::class,
'__construct()' => 'http://' . (getenv('CHRLY_HOST') ?: 'skinsystem.ely.by'),
'__construct()' => [
'http://' . (getenv('CHRLY_HOST') ?: 'skinsystem.ely.by'),
],
],
],
],