diff options
Diffstat (limited to 'app/Model/Swimlane.php')
-rw-r--r-- | app/Model/Swimlane.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Swimlane.php b/app/Model/Swimlane.php index ffcfb474..c9c080af 100644 --- a/app/Model/Swimlane.php +++ b/app/Model/Swimlane.php @@ -211,7 +211,7 @@ class Swimlane extends Base * * @access public * @param integer $project_id - * @return bool + * @return integer */ public function getLastPosition($project_id) { |