Browse code

Add booking notification

Benjamin Roth authored on04/09/2023 10:47:12
Showing1 changed files
... ...
@@ -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"
Browse code

Add a migration to populate grape varieties table with a default selection

Benjamin Roth authored on07/08/2023 14:20:02
Showing1 changed files
... ...
@@ -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 }
Browse code

Update

Benjamin Roth authored on06/08/2023 18:36:03
Showing1 changed files
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
+