mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
csfixes
This commit is contained in:
@@ -23,7 +23,6 @@ use Doctrine\ORM\EntityRepository;
|
||||
*/
|
||||
class ResourceRepository extends EntityRepository
|
||||
{
|
||||
|
||||
public function findByEntityAndDate($entity, DateTime $date, $sort = null)
|
||||
{
|
||||
$qb = $this->createQueryBuilder('c');
|
||||
|
Reference in New Issue
Block a user