for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Application\Infrastructure\Controller;
use Cmobi\RabbitmqBundle\Rpc\Controller\RpcController;
class DefaultRpcController extends RpcController
{
public function whoAction()
return ['name' => 'Daniel Oliveira <[email protected]>'];
}