Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
admin_area:
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.xml"
resource: "@SonataAdminBundle/Resources/config/routing/sonata_admin.php"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sonata_admin.php only exists starting from version 4.39, but this recipe applies to all versions since 4.0. You would need to create a new recipe version; otherwise, this change will break installations running older versions.

https://github.com/sonata-project/SonataAdminBundle/blob/4.39.0/src/Resources/config/routing/sonata_admin.php

prefix: /admin

_sonata_admin:
Expand Down
Loading