diff options
Diffstat (limited to 'app/Event/CommentEvent.php')
-rw-r--r-- | app/Event/CommentEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Event/CommentEvent.php b/app/Event/CommentEvent.php index 75a132d7..3ac6a236 100644 --- a/app/Event/CommentEvent.php +++ b/app/Event/CommentEvent.php @@ -1,6 +1,6 @@ <?php -namespace Event; +namespace Kanboard\Event; class CommentEvent extends GenericEvent { |