Merge branch 'master' into CRUD-init

This commit is contained in:
2019-12-04 21:50:21 +01:00
20 changed files with 263 additions and 17 deletions

View File

@@ -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');