From 936376ffe74c583d3cb819e98f53a85137fdf8bc Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 28 May 2016 18:19:15 -0400 Subject: Remove model base class --- app/Model/Transition.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/Model/Transition.php') diff --git a/app/Model/Transition.php b/app/Model/Transition.php index 870d95fd..2bc622b0 100644 --- a/app/Model/Transition.php +++ b/app/Model/Transition.php @@ -2,6 +2,8 @@ namespace Kanboard\Model; +use Kanboard\Core\Base; + /** * Transition * -- cgit v1.2.3