Ken 2 недель назад
Родитель
Сommit
993a7a4951
1 измененных файлов с 1 добавлено и 0 удалено
  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
         };
     }