diff options
Diffstat (limited to 'app/Model/TaskMetadata.php')
| -rw-r--r-- | app/Model/TaskMetadata.php | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/app/Model/TaskMetadata.php b/app/Model/TaskMetadata.php deleted file mode 100644 index d9d024bf..00000000 --- a/app/Model/TaskMetadata.php +++ /dev/null @@ -1,35 +0,0 @@ -<?php - -namespace Kanboard\Model; - -/** - * Task Metadata - * - * @package model - * @author Frederic Guillot - */ -class TaskMetadata extends Metadata -{ - /** - * Get the table - * - * @abstract - * @access protected - * @return string - */ - protected function getTable() - { - return 'task_has_metadata'; - } - - /** - * Define the entity key - * - * @access protected - * @return string - */ - protected function getEntityKey() - { - return 'task_id'; - } -} |
