| 1 | <?php |
||
| 17 | class WatchedMovieRepository extends ServiceEntityRepository |
||
| 18 | { |
||
| 19 | 2 | public function __construct(RegistryInterface $registry) |
|
| 23 | |||
| 24 | public function findOneById(int $watchedMovieId, int $userId): ?UserWatchedMovie |
||
| 31 | |||
| 32 | 1 | public function findOneByMovieId(int $movieId, int $userId): ?UserWatchedMovie |
|
| 39 | } |
||
| 40 |