diff options
Diffstat (limited to 'app/Model/Board.php')
-rw-r--r-- | app/Model/Board.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/Model/Board.php b/app/Model/Board.php index 09fc5b50..56094964 100644 --- a/app/Model/Board.php +++ b/app/Model/Board.php @@ -183,7 +183,8 @@ class Board extends Base * Get all columns and tasks for a given project * * @access public - * @param integer $project_id Project id + * @param integer $project_id Project id + * @param array $filters * @return array */ public function get($project_id, array $filters = array()) |