mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-11 20:28:41 +00:00
Remove unnecessary overload
This commit is contained in:
parent
06a9c94389
commit
52cfe36281
|
|
@ -132,14 +132,6 @@ final class TaskMapper extends DataMapperAbstract
|
||||||
*/
|
*/
|
||||||
protected static string $primaryField = 'task_id';
|
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
|
* Get open tasks by createdBy
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user