mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Remove usage of codeception/specify and fzaninotto/faker
This commit is contained in:
@@ -19,7 +19,7 @@ return [
|
||||
'definitions' => [
|
||||
GuzzleHttp\ClientInterface::class => GuzzleHttp\Client::class,
|
||||
Ely\Mojang\Api::class => Ely\Mojang\Api::class,
|
||||
common\components\SkinSystem\Api::class => common\components\SkinSystem\Api::class,
|
||||
common\components\SkinsSystemApi::class => common\components\SkinsSystemApi::class,
|
||||
],
|
||||
],
|
||||
'components' => [
|
||||
@@ -68,7 +68,7 @@ return [
|
||||
],
|
||||
],
|
||||
'sentry' => [
|
||||
'class' => common\components\Sentry\Component::class,
|
||||
'class' => common\components\Sentry::class,
|
||||
'enabled' => !empty(getenv('SENTRY_DSN')),
|
||||
'dsn' => getenv('SENTRY_DSN'),
|
||||
'environment' => YII_ENV_DEV ? 'development' : 'production',
|
||||
|
Reference in New Issue
Block a user