| 1 | <?php |
||
| 19 | class InterestedMovieRepository extends ServiceEntityRepository |
||
| 20 | { |
||
| 21 | 2 | public function __construct(RegistryInterface $registry) |
|
| 25 | |||
| 26 | 2 | public function findOneById(int $interestedMovieId, int $userId): ?UserInterestedMovie |
|
| 33 | |||
| 34 | 1 | public function findOneByMovieId(int $movieId, int $userId): ?UserInterestedMovie |
|
| 41 | } |
||
| 42 |