diff options
Diffstat (limited to 'app/Api/Swimlane.php')
-rw-r--r-- | app/Api/Swimlane.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Api/Swimlane.php b/app/Api/Swimlane.php index 322b0805..fb40841f 100644 --- a/app/Api/Swimlane.php +++ b/app/Api/Swimlane.php @@ -8,7 +8,7 @@ namespace Api; * @package api * @author Frederic Guillot */ -class Swimlane extends Base +class Swimlane extends \Core\Base { public function getActiveSwimlanes($project_id) { |