update to 6.3

This commit is contained in:
Marko
2023-09-19 17:15:26 +02:00
parent a4afe5cf20
commit c937360605
11 changed files with 766 additions and 636 deletions

View File

@@ -20,11 +20,11 @@ class SlackNotifySubscriber implements EventSubscriberInterface
public $slack;
public $logger;
public function __construct(ChatterInterface $chatter, LoggerInterface $logger)
{
$this->slack = new Slack($chatter);
$this->logger = $logger;
}
// public function __construct(ChatterInterface $chatter, LoggerInterface $logger)
// {
// $this->slack = new Slack($chatter);
// $this->logger = $logger;
// }
public static function getSubscribedEvents(): array
{