diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-05-28 18:19:15 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-05-28 18:19:15 -0400 |
commit | 936376ffe74c583d3cb819e98f53a85137fdf8bc (patch) | |
tree | d4a0fe65d34d21d898bf36818e8c1f4ba1846ffa /app/Model/NotificationType.php | |
parent | e6235afb2d17baf31b6f6d67a0a51ac51243b909 (diff) |
Remove model base class
Diffstat (limited to 'app/Model/NotificationType.php')
-rw-r--r-- | app/Model/NotificationType.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Model/NotificationType.php b/app/Model/NotificationType.php index 289aae9c..a4dffa09 100644 --- a/app/Model/NotificationType.php +++ b/app/Model/NotificationType.php @@ -3,6 +3,7 @@ namespace Kanboard\Model; use Pimple\Container; +use Kanboard\Core\Base; /** * Notification Type |