diff --git a/src/TemplateView.php b/src/TemplateView.php index 9493472..7081f9c 100644 --- a/src/TemplateView.php +++ b/src/TemplateView.php @@ -24,4 +24,12 @@ public function build() return $this->build(); } + + /** + * @param string $template + */ + public function setTemplate($template) + { + $this->template = $template; + } }