diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 22:22:15 -0500 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-12-28 22:22:15 -0500 |
commit | 5266b821446b14b79a3c5a5c77c57791b985f0a9 (patch) | |
tree | df0719492193e0ba842430edbbab8cd02775fbc5 /app/Subscriber | |
parent | d6530bd55fdd863f0cf153bc2854fb4e34076316 (diff) |
Add Gitlab webhook
Diffstat (limited to 'app/Subscriber')
-rw-r--r-- | app/Subscriber/ProjectModificationDateSubscriber.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Subscriber/ProjectModificationDateSubscriber.php b/app/Subscriber/ProjectModificationDateSubscriber.php index 3d5484f7..cd83f370 100644 --- a/app/Subscriber/ProjectModificationDateSubscriber.php +++ b/app/Subscriber/ProjectModificationDateSubscriber.php @@ -4,7 +4,7 @@ namespace Subscriber; use Event\GenericEvent; use Model\Task; -use Model\GithubWebhook; +use Integration\GithubWebhook; use Symfony\Component\EventDispatcher\EventSubscriberInterface; class ProjectModificationDateSubscriber extends Base implements EventSubscriberInterface |