Ken hai 2 semanas
pai
achega
993a7a4951
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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
         };
     }