Skip to content

Commit 605b3cb

Browse files
authored
Merge pull request #6 from DaMitchell/master
Update to the defined routes to point at the controller and no the f…
2 parents 13acb1b + 3e59062 commit 605b3cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/config/routing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ckfinder_connector:
22
path: /ckfinder/connector
3-
defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller::requestAction }
3+
defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller\CKFinderController::requestAction }
44

55
#ckfinder_examples:
66
# path: /ckfinder/examples/{example}
7-
# defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller::examplesAction, example: null }
7+
# defaults: { _controller: CKSource\Bundle\CKFinderBundle\Controller\CKFinderController::examplesAction, example: null }

0 commit comments

Comments
 (0)