diff options
Diffstat (limited to 'app/Event/GenericEvent.php')
-rw-r--r-- | app/Event/GenericEvent.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Event/GenericEvent.php b/app/Event/GenericEvent.php index b29d8f32..1129fd16 100644 --- a/app/Event/GenericEvent.php +++ b/app/Event/GenericEvent.php @@ -1,6 +1,6 @@ <?php -namespace Event; +namespace Kanboard\Event; use ArrayAccess; use Symfony\Component\EventDispatcher\Event as BaseEvent; |