diff options
Diffstat (limited to 'app/Model/Category.php')
-rw-r--r-- | app/Model/Category.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Category.php b/app/Model/Category.php index c8ba7251..9f93e7be 100644 --- a/app/Model/Category.php +++ b/app/Model/Category.php @@ -58,7 +58,7 @@ class Category extends Base } /** - * Get a category id by the project and the name + * Get a category id by the category name and project id * * @access public * @param integer $project_id Project id |