Commit 3cb218b1 authored by Vladislav Komarchev's avatar Vladislav Komarchev
Browse files

[DRV-1586] Перейти на AeroAPI Version v4

Рефакторинг компонента
parent 31ec7baa
No related merge requests found
Pipeline #35440 passed with stage
in 5 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -2,7 +2,7 @@
"name": "iwaydev/yii2-sender",
"description": "Сендер для http-клиентов проектов на Yii2",
"type": "yii2-extension",
"version": "0.0.6",
"version": "0.0.7",
"license": "MIT",
"require": {
"php": "^7.4",
......
......@@ -62,6 +62,7 @@ class SenderComponent extends Component
]);
$this->version = trim($this->version, '/');
$this->setLogCategory($this->defaultLogCategory);
$this->setXUuid($this->xUuid);
$this->setCache();
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment