Skip to content

Commit bbb3f89

Browse files
authored
Merge pull request #39 from stof/patch-1
Fix the controller reference in the route
2 parents 27446ee + 299758c commit bbb3f89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/routing.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
xsi:schemaLocation="http://symfony.com/schema/routing http://symfony.com/schema/routing/routing-1.0.xsd">
66

77
<route id="nelmio_js_logger_log" path="/log">
8-
<default key="_controller">NelmioJsLoggerBundle:Log:create</default>
8+
<default key="_controller">Nelmio\JsLoggerBundle\Controller\LogController::createAction</default>
99
</route>
1010
</routes>

0 commit comments

Comments
 (0)