Open hrach opened 3 years ago
Parent here seems not to correctly work as $this->.
class AffiliateCodeRepository extends Repository { /** * @return ICollection<AffiliateCode> */ public function findActive(): ICollection { return parent::findBy(['active' => true]); } }
Parent here seems not to correctly work as $this->.