Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4351c89

Browse files
authored
Fix bad copy/paste
1 parent 7ff22c8 commit 4351c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ object. To access it in your controller, add it as an argument and
381381
use Symfony\Component\HttpFoundation\Response;
382382
// ...
383383

384-
public function index(Request $request, string $firstName, string $lastName): Response
384+
public function index(Request $request): Response
385385
{
386386
$page = $request->query->get('page', 1);
387387

0 commit comments

Comments
 (0)