mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Исправлена инъекция зависимости, потерянная при мерже
This commit is contained in:
@@ -79,6 +79,11 @@ return [
|
||||
],
|
||||
],
|
||||
],
|
||||
'container' => [
|
||||
'definitions' => [
|
||||
GuzzleHttp\ClientInterface::class => GuzzleHttp\Client::class,
|
||||
],
|
||||
],
|
||||
'aliases' => [
|
||||
'@bower' => '@vendor/bower-asset',
|
||||
'@npm' => '@vendor/npm-asset',
|
||||
|
Reference in New Issue
Block a user