mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-28 02:23:51 +00:00
Merge branch 'master' into CRUD-init
This commit is contained in:
@@ -10,7 +10,7 @@ class DefaultController extends Controller
|
||||
{
|
||||
if ($this->isGranted('ROLE_ADMIN')) {
|
||||
|
||||
return $this->redirectToRoute('chill_main_admin_central');
|
||||
return $this->redirectToRoute('chill_main_admin_central', [], 302);
|
||||
}
|
||||
|
||||
return $this->render('ChillMainBundle::layout.html.twig');
|
||||
|
Reference in New Issue
Block a user