You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
485B

  1. services:
  2. _defaults:
  3. autowire: true # Automatically injects dependencies in your services.
  4. autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
  5. Lc\CaracoleBundle\:
  6. resource: '../../'
  7. exclude:
  8. - '../../DependencyInjection/'
  9. - '../../Entity/'
  10. - '../../Kernel.php'
  11. - '../../Tests/'
  12. Lc\CaracoleBundle\Controller\:
  13. resource: '../../Controller/'
  14. tags: [ 'controller.service_arguments' ]