diff options
Diffstat (limited to 'app/Subscriber/WebhookSubscriber.php')
-rw-r--r-- | app/Subscriber/WebhookSubscriber.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Subscriber/WebhookSubscriber.php b/app/Subscriber/WebhookSubscriber.php index e28675bd..5176a7ff 100644 --- a/app/Subscriber/WebhookSubscriber.php +++ b/app/Subscriber/WebhookSubscriber.php @@ -11,7 +11,7 @@ use Model\File; use Model\Subtask; use Symfony\Component\EventDispatcher\EventSubscriberInterface; -class WebhookSubscriber extends Base implements EventSubscriberInterface +class WebhookSubscriber extends \Core\Base implements EventSubscriberInterface { public static function getSubscribedEvents() { |