... | ... |
@@ -11,3 +11,10 @@ services: |
11 | 11 |
vonRotenberg\WeinanlieferungBundle\Migration\RebsortenMigration: |
12 | 12 |
tags: |
13 | 13 |
- { name: contao.migration, priority: 0 } |
14 |
+ |
|
15 |
+ vonrotenberg.cron.wa_booking_notifications: |
|
16 |
+ class: vonRotenberg\WeinanlieferungBundle\Cron\SendBookingChangeNotificationJob |
|
17 |
+ public: true |
|
18 |
+ arguments: |
|
19 |
+ - "@database_connection" |
|
20 |
+ - "@logger" |
... | ... |
@@ -8,3 +8,6 @@ services: |
8 | 8 |
resource: ../src |
9 | 9 |
exclude: ../src/{VonrotenbergWeinanlieferungBundle.php,ContaoManager,Entity,Migrations,Model,Resources,Tests,Widget} |
10 | 10 |
|
11 |
+ vonRotenberg\WeinanlieferungBundle\Migration\RebsortenMigration: |
|
12 |
+ tags: |
|
13 |
+ - { name: contao.migration, priority: 0 } |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,10 @@ |
1 |
+services: |
|
2 |
+ _defaults: |
|
3 |
+ autowire: true |
|
4 |
+ autoconfigure: true |
|
5 |
+ public: false |
|
6 |
+ |
|
7 |
+ vonRotenberg\WeinanlieferungBundle\: |
|
8 |
+ resource: ../src |
|
9 |
+ exclude: ../src/{VonrotenbergWeinanlieferungBundle.php,ContaoManager,Entity,Migrations,Model,Resources,Tests,Widget} |
|
10 |
+ |