@@ -23,10 +23,10 @@ |
||
| 23 | 23 | $this->setName('debug:rpc_router'); |
| 24 | 24 | $this->setDescription('Display essential info about RPC routing'); |
| 25 | 25 | $this->addOption('endpoint', |
| 26 | - 'p', |
|
| 27 | - InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, |
|
| 28 | - 'Filter endpoint', |
|
| 29 | - null); |
|
| 26 | + 'p', |
|
| 27 | + InputOption::VALUE_OPTIONAL | InputOption::VALUE_IS_ARRAY, |
|
| 28 | + 'Filter endpoint', |
|
| 29 | + null); |
|
| 30 | 30 | } |
| 31 | 31 | |
| 32 | 32 | protected function execute(InputInterface $input, OutputInterface $output) |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Bankiru\Api\Rpc\Routing\Annotation\Method; |
| 7 | 7 | use ScayTrase\Api\Rpc\RpcRequestInterface; |
| 8 | 8 | use Symfony\Bundle\FrameworkBundle\Controller\Controller; |
| 9 | -use Symfony\Component\HttpFoundation\JsonResponse; |
|
| 10 | 9 | |
| 11 | 10 | class RpcImplController extends Controller |
| 12 | 11 | { |