This commit is contained in:
2022-03-02 16:38:31 +01:00
parent 283b378291
commit 8b37f008e6
2 changed files with 0 additions and 4 deletions

View File

@@ -23,7 +23,6 @@ use Doctrine\ORM\EntityRepository;
*/
class ResourceRepository extends EntityRepository
{
public function findByEntityAndDate($entity, DateTime $date, $sort = null)
{
$qb = $this->createQueryBuilder('c');