mirror of
https://github.com/Mibew/mibew.git
synced 2025-01-31 05:20:30 +03:00
Fix invalid comment
This commit is contained in:
parent
e40be770c3
commit
110322ab47
@ -36,7 +36,7 @@ class LogoutController extends AbstractController
|
|||||||
*/
|
*/
|
||||||
public function logoutAction(Request $request)
|
public function logoutAction(Request $request)
|
||||||
{
|
{
|
||||||
// Login the operator from the system
|
// Logout the operator from the system
|
||||||
$this->getAuthenticationManager()->logoutOperator();
|
$this->getAuthenticationManager()->logoutOperator();
|
||||||
|
|
||||||
// Redirect the current operator to the login page.
|
// Redirect the current operator to the login page.
|
||||||
|
Loading…
Reference in New Issue
Block a user