We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 13acb1b + 3e59062 commit 605b3cbCopy full SHA for 605b3cb
Resources/config/routing.yml
@@ -1,7 +1,7 @@
1
ckfinder_connector:
2
path: /ckfinder/connector
3
- defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller::requestAction }
+ defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller\CKFinderController::requestAction }
4
5
#ckfinder_examples:
6
# path: /ckfinder/examples/{example}
7
-# defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller::examplesAction, example: null }
+# defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller\CKFinderController::examplesAction, example: null }
0 commit comments