Skip to content

Commit e67ee19

Browse files
author
Iltar van der Berg
committed
Added missing use statements to example
1 parent 408d88c commit e67ee19

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cookbook/controller/argument_value_resolver.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ action::
4545

4646
namespace AppBundle\Controller;
4747

48+
use AppBundle\User;
49+
use Symfony\Component\HttpFoundation\Response;
50+
4851
class UserController
4952
{
5053
public function indexAction(User $user)

0 commit comments

Comments
 (0)