ソースを参照

Suppression dump

develop
Guillaume 2年前
コミット
d76ad78729
1個のファイルの変更0行の追加2行の削除
  1. +0
    -2
      Controller/Security/SecurityAdminController.php

+ 0
- 2
Controller/Security/SecurityAdminController.php ファイルの表示

*/ */
public function login(AuthenticationUtils $authenticationUtils, Request $request): Response public function login(AuthenticationUtils $authenticationUtils, Request $request): Response
{ {
dump($request);

if ($this->getUser()) { if ($this->getUser()) {
return $this->redirectToRoute('app_admin_dashboard'); return $this->redirectToRoute('app_admin_dashboard');
} }

読み込み中…
キャンセル
保存