This commit is contained in:
Yuri Kuznetsov
2021-04-21 15:19:37 +03:00
parent f9e34ce9d5
commit e183f39dfd
36 changed files with 215 additions and 104 deletions
@@ -41,7 +41,9 @@ use Espo\Core\{
class ProcessWebhookQueue implements Job
{
protected $config;
protected $entityManager;
protected $aclManager;
public function __construct(Config $config, EntityManager $entityManager, AclManager $aclManager)
@@ -51,7 +53,7 @@ class ProcessWebhookQueue implements Job
$this->aclManager = $aclManager;
}
public function run() : void
public function run(): void
{
$sender = new Sender($this->config);