DigitalState/Platform-Notification-Bundle

View on GitHub
Resources/config/repositories.yml

Summary

Maintainability
Test Coverage
services:
    ds.notification.repository.notification:
        class: Doctrine\Common\Persistence\ObjectRepository
        factory_service: doctrine
        factory_method: getRepository
        arguments:
            - Ds\Bundle\NotificationBundle\Entity\Notification
    ds.notification.repository.subscription:
        class: Doctrine\Common\Persistence\ObjectRepository
        factory_service: doctrine
        factory_method: getRepository
        arguments:
            - Ds\Bundle\NotificationBundle\Entity\Subscription