mirror of
https://github.com/elyby/accounts.git
synced 2024-11-23 05:33:20 +05:30
Fix di service configuration
This commit is contained in:
parent
6469f6bd68
commit
daebb66266
@ -21,7 +21,9 @@ return [
|
|||||||
Ely\Mojang\Api::class => Ely\Mojang\Api::class,
|
Ely\Mojang\Api::class => Ely\Mojang\Api::class,
|
||||||
common\components\SkinsSystemApi::class => [
|
common\components\SkinsSystemApi::class => [
|
||||||
'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'),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user