From aa6fdd3544b64eeab3d577c58425e128c809a135 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 20 Jun 2015 14:34:47 -0400 Subject: Improve automatic action duplication with unit tests and improve database schema --- app/Model/Category.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model/Category.php') 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 -- cgit v1.2.3