diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-29 17:42:48 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-29 17:42:48 -0400 |
commit | f595fb2786d884dbaf7ec87d53cee920a0655f0e (patch) | |
tree | 0da808ef2f679affa51eff80e172787098c13731 /app/Api/Swimlane.php | |
parent | 2eeb58ae0321f584652714080649302c3f83a831 (diff) |
Add first draft of the user api
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) { |