'yii\web\HttpException:401',
],
],
- [
- 'class' => 'app\log\TelegramTarget',
- 'levels' => ['error', 'warning'],
- // 'categories' => ['api.error', 'js.error', 'command.error'],
- ],
+// [
+// 'class' => 'app\log\TelegramTarget',
+// 'levels' => ['error', 'warning'],
+// // 'categories' => ['api.error', 'js.error', 'command.error'],
+// ],
],
],
'cache' => [
$photo = Files::find()
->where(
['entity_id' => $this->id,
- 'file_type' => self::PHOTO_TYPE,
+ //'file_type' => self::PHOTO_TYPE,
'entity' => self::PHOTO_ORDER
]
)