- Issue created by @ankitv18
- 🇪🇸Spain fjgarlin
All of them except one can be fixed. The one that can't be fixed is:
if ($this->moduleHandler->moduleExists('slack')) { $response = \Drupal::service('slack.slack_service')->sendMessage($message); // <======== This one can't be fixed because the module might not be enabled at all. ... }
- @ankitv18 opened merge request.