Owl\Services\TemplateService::__construct PHP Method

__construct() public method

public __construct ( Owl\Repositories\TemplateRepositoryInterface $templateRepo )
$templateRepo Owl\Repositories\TemplateRepositoryInterface
    public function __construct(TemplateRepositoryInterface $templateRepo)
    {
        $this->templateRepo = $templateRepo;
    }