Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
NotificationSubscriptionRepository
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
1<?php
2
3namespace Olz\Repository;
4
5use Olz\Entity\NotificationSubscription;
6use Olz\Repository\Common\OlzRepository;
7
8/**
9 * @extends OlzRepository<NotificationSubscription>
10 */
11class NotificationSubscriptionRepository extends OlzRepository {
12}