Remove unnecessary overload

This commit is contained in:
Dennis Eichhorn 2020-04-11 23:42:55 +02:00 committed by GitHub
parent 06a9c94389
commit 52cfe36281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*