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