remove comments

This commit is contained in:
2022-03-02 11:43:55 +01:00
parent 86de8137e4
commit 0648154ba1
2 changed files with 0 additions and 37 deletions

View File

@@ -23,10 +23,6 @@ use Doctrine\ORM\EntityRepository;
*/
class ResourceRepository extends EntityRepository
{
// public function findByEntity($entity)
// {
// }
public function findByEntityAndDate($entity, DateTime $date, $sort = null)
{