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