mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
create symfony login form using 2.6 version
This commit is contained in:
@@ -22,3 +22,7 @@ chill_main_admin_central:
|
||||
main:
|
||||
order: 20
|
||||
label: homepage
|
||||
|
||||
login:
|
||||
path: /login
|
||||
defaults: { _controller: ChillMainBundle:Login:login }
|
||||
|
@@ -7,7 +7,7 @@ services:
|
||||
#must be set in function to avoid circular reference with chill.main.twig.chill_menu
|
||||
calls:
|
||||
- [setContainer, ["@service_container"]]
|
||||
|
||||
|
||||
chill.main.twig.chill_menu:
|
||||
class: Chill\MainBundle\Routing\MenuTwig
|
||||
arguments:
|
||||
|
Reference in New Issue
Block a user