diff options
Diffstat (limited to 'app/Controller/Category.php')
-rw-r--r-- | app/Controller/Category.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Controller/Category.php b/app/Controller/Category.php index 9b73f207..9e2bcdbb 100644 --- a/app/Controller/Category.php +++ b/app/Controller/Category.php @@ -33,6 +33,7 @@ class Category extends Base * Get the category (common method between actions) * * @access private + * @param $project_id * @return array */ private function getCategory($project_id) |