Skip to content

Commit 711b975

Browse files
committed
minor #30 Recommend specifying the controller itself for EasyAdmin (Pierstoval)
This PR was merged into the master branch. Discussion ---------- Recommend specifying the controller itself for EasyAdmin I think it's a better idea to expose the controller itself directly. It would encourage people to add their own controller by just changing the name of the bundle if they want to override it. Also, I would suggest to change `master` for a lower requirement (1.14 or 1.15 maybe, there are some without much BC breaks, and they'd still share the same recipe) and add `version_aliases`, but haven't done it in the PR because `master` might have been added for a specific reason 🙂 Commits ------- b7d9955 Recommend specifying the controller itself for EasyAdmin
2 parents 2620d29 + b7d9955 commit 711b975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
easy_admin_bundle:
2-
resource: "@EasyAdminBundle/Controller"
2+
resource: "@EasyAdminBundle/Controller/AdminController.php"
33
prefix: /admin
44
type: annotation

0 commit comments

Comments
 (0)