Skip to content

Commit 2a4f45c

Browse files
committed
Update symfony/routing recipe
1 parent c4ee0f6 commit 2a4f45c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

config/routes.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# yaml-language-server: $schema=../vendor/symfony/routing/Loader/schema/routing.schema.json
22

3+
# This file is the entry point to configure the routes of your app.
4+
# Methods with the #[Route] attribute are automatically imported.
5+
# See also https://symfony.com/doc/current/routing.html
6+
37
# To list all registered routes, run the following command:
48
# php bin/console debug:router
59

symfony.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@
248248
"repo": "github.com/symfony/recipes",
249249
"branch": "main",
250250
"version": "7.4",
251-
"ref": "eea306491b6e4872accd20caa9a428b1e468f082"
251+
"ref": "11b4a52c3e254026523a4a3c46f2230183deab38"
252252
},
253253
"files": [
254254
"config/packages/routing.yaml",

0 commit comments

Comments
 (0)