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