This commit is contained in:
Yuri Kuznetsov
2020-07-15 23:07:50 +03:00
parent f86a493ba6
commit 17c1070fc1
3 changed files with 25 additions and 17 deletions
+5 -1
View File
@@ -31,6 +31,10 @@ namespace Espo\Core\Webhook;
use Espo\Entities\Webhook;
use Espo\Core\{
Utils\Config,
};
class Sender
{
const CONNECT_TIMEOUT = 5;
@@ -39,7 +43,7 @@ class Sender
protected $config;
public function __construct(\Espo\Core\Utils\Config $config)
public function __construct(Config $config)
{
$this->config = $config;
}