Skip to content

Commit

Permalink
Removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyde committed Sep 26, 2023
1 parent 2c54a0f commit 27ec803
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions src/Repository/Main/UserBookingCacheEntryRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,4 @@ public function __construct(ManagerRegistry $registry)
{
parent::__construct($registry, UserBookingCacheEntry::class);
}

// /**
// * @return UserBookingCacheEntry[] Returns an array of UserBookingCacheEntry objects
// */
// public function findByExampleField($value): array
// {
// return $this->createQueryBuilder('u')
// ->andWhere('u.exampleField = :val')
// ->setParameter('val', $value)
// ->orderBy('u.id', 'ASC')
// ->setMaxResults(10)
// ->getQuery()
// ->getResult()
// ;
// }

// public function findOneBySomeField($value): ?UserBookingCacheEntry
// {
// return $this->createQueryBuilder('u')
// ->andWhere('u.exampleField = :val')
// ->setParameter('val', $value)
// ->getQuery()
// ->getOneOrNullResult()
// ;
// }
}

0 comments on commit 27ec803

Please sign in to comment.