public function createService()

in src/Factory/CloudFrontLinkViewHelperFactory.php [35:40]


    public function createService(ServiceLocatorInterface $serviceLocator)
    {
        $parentLocator = $serviceLocator->getServiceLocator();

        return $this($parentLocator, CloudFrontLink::class);
    }