update to 6.3
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user