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