diff --git a/config/routes.yaml b/config/routes.yaml index a785e77..eba546d 100644 --- a/config/routes.yaml +++ b/config/routes.yaml @@ -4,5 +4,5 @@ controllersIndex: namespace: App\Controller type: attribute defaults: - schemes: [ https ] + schemes: [ 'https' ] diff --git a/templates/components/NavBar.html.twig b/templates/components/NavBar.html.twig index 149dc51..fac743e 100644 --- a/templates/components/NavBar.html.twig +++ b/templates/components/NavBar.html.twig @@ -3,7 +3,7 @@