DigitalState/Platform-Notification-Bundle

View on GitHub
Repository/SubscriptionRepository.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Ds\Bundle\NotificationBundle\Repository;

use Ds\Bundle\EntityBundle\Repository\EntityRepository;

/**
 * Class SubscriptionRepository
 */
class SubscriptionRepository extends EntityRepository
{
}