Owl\Http\Controllers\TemplateController::__construct PHP Method

__construct() public method

public __construct ( TemplateService $templateService )
$templateService Owl\Services\TemplateService
    public function __construct(TemplateService $templateService)
    {
        $this->templateService = $templateService;
    }