Forráskód Böngészése

upgrade symfony/routing

Vincent 2 éve
szülő
commit
4ccf054abc
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      config/routes.yaml

+ 3 - 1
config/routes.yaml

@@ -1,5 +1,7 @@
 controllers:
-    resource: ../src/Controller/
+    resource:
+        path: ../src/Controller/
+        namespace: App\Controller
     type: attribute
 
 login_check: