Добавлен Yii2 компонент для отправки событий в statsd

This commit is contained in:
ErickSkrauch
2017-11-16 19:55:00 +03:00
parent c8c6401e14
commit 42b6bc561e
4 changed files with 102 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ class Yii extends \yii\BaseYii {
* @property \common\components\EmailRenderer $emailRenderer
* @property \mito\sentry\Component $sentry
* @property \api\components\OAuth2\Component $oauth
* @property \common\components\StatsD $statsd
*/
abstract class BaseApplication extends yii\base\Application {
}