Ken před 2 týdny
rodič
revize
993a7a4951
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      app/Services/SecretService.php

+ 1 - 0
app/Services/SecretService.php

@@ -36,6 +36,7 @@ class SecretService
     {
         return match ($stepStatus) {
             StepStatus::MY_INPUT_OLD_SECRET => SecretService::inputOldSecret($chatId, $text, $messageId),
+            default => null
         };
     }