services:
    _defaults:
        autowire: true
        autoconfigure: true
        public: false

    vonRotenberg\WeinanlieferungBundle\:
        resource: ../src
        exclude: ../src/{VonrotenbergWeinanlieferungBundle.php,ContaoManager,Entity,Migrations,Model,Resources,Tests,Widget}

    vonRotenberg\WeinanlieferungBundle\Migration\RebsortenMigration:
        tags:
            - { name: contao.migration, priority: 0 }