services_test.yaml 249 B

123456789
  1. services:
  2. Michel\PaperORM\EntityManagerInterface:
  3. alias: Michel\PaperORM\EntityManager
  4. public: true
  5. Michel\PaperORMBundle\Command\:
  6. resource: '../../../src/Command/*'
  7. tags: ['console.command']
  8. public: true
  9. autowire: true