for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace hiqdev\billing\hiapi\sale\Search;
use hiapi\commands\SearchCommand;
use hiqdev\php\billing\sale\Sale;
class SaleSearchCommand extends SearchCommand
{
public function getEntityClass(): string
return Sale::class;
}