Skip to content

Commit cfd45c6

Browse files
committed
[Demo] Update errors route config for Symfony 8
Changed from `.xml` to `.php` as XML routing config was removed in Symfony 8. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 3d6965f commit cfd45c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/config/routes/framework.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
when@dev:
22
_errors:
3-
resource: '@FrameworkBundle/Resources/config/routing/errors.xml'
3+
resource: '@FrameworkBundle/Resources/config/routing/errors.php'
44
prefix: /_error

0 commit comments

Comments
 (0)