1 | <?php |
||
14 | trait DeserializesRequests |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Override of the method so we can inject our request object if it was bound |
||
19 | * |
||
20 | * @param string $method |
||
21 | * @param array $parameters |
||
22 | * |
||
23 | * @return \Symfony\Component\HttpFoundation\Response |
||
24 | */ |
||
25 | public function callAction($method, $parameters) |
||
35 | |||
36 | } |
||
37 |