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