for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hiqdev\billing\hiapi\commands\plan;
use hiapi\commands\SearchCommand;
class SearchHandler extends \hiapi\commands\SearchHandler
{
public function handle(SearchCommand $command)
return $command;
}