mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Fix di service configuration
This commit is contained in:
@@ -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'),
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
Reference in New Issue
Block a user