for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OroCRM\Bundle\SalesBundle\QueryDesigner;
class IdentificationAlignmentOpportunityStatusCountFunction extends AbstractOpportunityStatusCountFunction
{
/**
* @return string
*/
protected function getStatus()
return 'identification_alignment';
}