summaryrefslogtreecommitdiff
path: root/models/board.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-19 21:49:39 -0400
committerFrédéric Guillot <fguillot@users.noreply.github.com>2014-03-19 21:49:39 -0400
commitab63ffafc565e75c73c27910abd465bebb09306e (patch)
tree795e09656cfaf3a2042b714dcc3850c9555dec72 /models/board.php
parent41dd9b2eff07434a3393b20dcd875e76ac3846b3 (diff)
Task duplication
Diffstat (limited to 'models/board.php')
-rw-r--r--models/board.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/models/board.php b/models/board.php
index ae306508..723ffd85 100644
--- a/models/board.php
+++ b/models/board.php
@@ -16,6 +16,11 @@ use \SimpleValidator\Validators;
*/
class Board extends Base
{
+ /**
+ * SQL table name
+ *
+ * @var string
+ */
const TABLE = 'columns';
/**