DigitalState/Platform-Transport-Bundle

View on GitHub
Resources/config/managers.yml

Summary

Maintainability
Test Coverage
services:
    ds.transport.manager.profile:
        class: Ds\Bundle\TransportBundle\Manager\ProfileManager
        parent: oro_soap.manager.entity_manager.abstract
        arguments:
            - Ds\Bundle\TransportBundle\Entity\Profile
            - @doctrine.orm.entity_manager
    ds.transport.manager.transport:
        class: Ds\Bundle\TransportBundle\Manager\TransportManager
        parent: oro_soap.manager.entity_manager.abstract
        arguments:
            - Ds\Bundle\TransportBundle\Entity\Transport
            - @doctrine.orm.entity_manager