for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hiqdev\billing\hiapi\method\Verify;
use hiapi\commands\BaseCommand;
class MethodVerifyCommand extends BaseCommand
{
public function rules(): array
return [];
}