diff options
Diffstat (limited to 'app/Model/Comment.php')
-rw-r--r-- | app/Model/Comment.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Model/Comment.php b/app/Model/Comment.php index c1c800c3..c7125a25 100644 --- a/app/Model/Comment.php +++ b/app/Model/Comment.php @@ -1,8 +1,8 @@ <?php -namespace Model; +namespace Kanboard\Model; -use Event\CommentEvent; +use Kanboard\Event\CommentEvent; use SimpleValidator\Validator; use SimpleValidator\Validators; |