@@ -30,7 +30,7 @@ |
||
30 | 30 | */ |
31 | 31 | protected function getErrorBagForStatusCode($statusCode) |
32 | 32 | { |
33 | - if($statusCode == SymfonyResponse::HTTP_UNPROCESSABLE_ENTITY) { |
|
33 | + if ($statusCode == SymfonyResponse::HTTP_UNPROCESSABLE_ENTITY) { |
|
34 | 34 | return $this->createErrorBagForMessage( |
35 | 35 | config('google2fa.error_messages.wrong_otp') |
36 | 36 | ); |