Обновлена версия Email Renderer

Добавлен компонент для настройки Email Renderer
Добавлен роут в nginx для отображения картинок из Email Renderer
This commit is contained in:
ErickSkrauch
2016-10-02 12:52:17 +03:00
parent 97e8e0d48e
commit b67a1879fe
6 changed files with 100 additions and 15 deletions

View File

@@ -20,6 +20,7 @@ class Yii extends \yii\BaseYii {
* @property \yii\redis\Connection $redis
* @property \common\components\RabbitMQ\Component $amqp
* @property \GuzzleHttp\Client $guzzle
* @property \common\components\EmailRenderer $emailRenderer
*/
abstract class BaseApplication extends yii\base\Application {
}