getContainer()->get('config') ); $webhookQueue = new \Espo\Core\Webhook\Queue( $sender, $this->getContainer()->get('config'), $this->getContainer()->get('entityManager'), $this->getContainer()->get('aclManager') ); $webhookQueue->process(); } }