| 1 | <?php |
||
| 12 | class SecurityController extends BaseSecurityController |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * If a user is logged in already, then forward to the dashboard instead of showing the login-page. |
||
| 16 | * (non-PHPdoc). |
||
| 17 | * |
||
| 18 | * @see FOS\UserBundle\Controller.SecurityController::loginAction() |
||
| 19 | */ |
||
| 20 | public function loginAction(Request $request) |
||
| 24 | } |