diff --git a/Models/TaskMapper.php b/Models/TaskMapper.php index b06a882..f0fa4e4 100644 --- a/Models/TaskMapper.php +++ b/Models/TaskMapper.php @@ -132,14 +132,6 @@ final class TaskMapper extends DataMapperAbstract */ protected static string $primaryField = 'task_id'; - /** - * {@inheritdoc} - */ - public static function get($primaryKey, int $relations = RelationType::ALL, int $depth = 3, string $ref = null, Builder $query = null) - { - return parent::get($primaryKey, $relations, $depth, $ref, $query); - } - /** * Get open tasks by createdBy *