Browse code

Change booking notification command namespace

Benjamin Roth authored on23/08/2024 13:33:44
Showing1 changed files
... ...
@@ -31,7 +31,7 @@ class SendBookingChangeNotificationCommand extends Command
31 31
     protected function configure(): void
32 32
     {
33 33
         $this
34
-            ->setName('weinanlieferung:sendBookingNotifications')
34
+            ->setName('luumicore:sendBookingNotifications')
35 35
             ->setDescription('Sends notifications about newly added or modified bookings.')
36 36
         ;
37 37
     }