From ca0fbe38d7e741d0686d420cb59e7af78e269eff Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Wed, 14 Oct 2015 18:17:25 +0200 Subject: [PATCH] wrong parameter?? --- Resources/doc/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/index.md b/Resources/doc/index.md index bca5c56..59b083f 100644 --- a/Resources/doc/index.md +++ b/Resources/doc/index.md @@ -117,7 +117,7 @@ class YourController extends Controller * } * ) */ - public function cgetAction($id) + public function cgetAction($limit) { } }