Fix invalid comment

This commit is contained in:
Fedor A. Fetisov 2018-08-17 18:56:07 +03:00
parent e40be770c3
commit 110322ab47

View File

@ -36,7 +36,7 @@ class LogoutController extends AbstractController
*/
public function logoutAction(Request $request)
{
// Login the operator from the system
// Logout the operator from the system
$this->getAuthenticationManager()->logoutOperator();
// Redirect the current operator to the login page.