mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 22:15:36 +01:00
Fixed some inspection issues.
This commit is contained in:
@@ -57,6 +57,6 @@ class SecurityController extends AbstractController
|
||||
*/
|
||||
public function logout()
|
||||
{
|
||||
throw new \Exception('Will be intercepted before getting here');
|
||||
throw new \RuntimeException('Will be intercepted before getting here');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user