Commit c1028bd6 authored by Felix Imobersteg's avatar Felix Imobersteg
Browse files

fix(core): fixes services.yml

parent 445ffcb4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,3 +10,7 @@ services:
    whatwedo\CronBundle\:
        resource: '../../*'
        exclude: '../../{DependencyInjection,Entity,Kernel.php}'

    whatwedo\CronBundle\EventListener\ExecutionSubscriber:
        tags:
            - { name: doctrine.event_subscriber, connection: default }