summaryrefslogtreecommitdiff
path: root/app/Model/ProjectNotificationType.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-05-28 18:19:15 -0400
committerFrederic Guillot <fred@kanboard.net>2016-05-28 18:19:15 -0400
commit936376ffe74c583d3cb819e98f53a85137fdf8bc (patch)
treed4a0fe65d34d21d898bf36818e8c1f4ba1846ffa /app/Model/ProjectNotificationType.php
parente6235afb2d17baf31b6f6d67a0a51ac51243b909 (diff)
Remove model base class
Diffstat (limited to 'app/Model/ProjectNotificationType.php')
-rw-r--r--app/Model/ProjectNotificationType.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Model/ProjectNotificationType.php b/app/Model/ProjectNotificationType.php
index a4719598..a00e465c 100644
--- a/app/Model/ProjectNotificationType.php
+++ b/app/Model/ProjectNotificationType.php
@@ -2,6 +2,8 @@
namespace Kanboard\Model;
+use Kanboard\Core\Base;
+
/**
* Project Notification Type
*