Fix coding style

This commit is contained in:
Giuseppe Criscione 2024-09-14 15:06:17 +02:00
parent fc12c5f391
commit df50e91881
2 changed files with 2 additions and 2 deletions

View File

@ -88,7 +88,7 @@ class AuthenticationController extends AbstractController
]);
}
throw new RuntimeException('Invalid Method');
throw new RuntimeException('Invalid Method');
}
/**

View File

@ -70,6 +70,6 @@ class RegisterController extends AbstractController
return $this->redirect($this->generateRoute('panel.index'));
}
throw new RuntimeException('Invalid Method');
throw new RuntimeException('Invalid Method');
}
}