Skip to content

Commit

Permalink
Add setTemplate() method
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-factorin committed Jul 18, 2018
1 parent daadee8 commit 0976c4b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/TemplateView.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,12 @@ public function build()

return $this->build();
}

/**
* @param string $template
*/
public function setTemplate($template)
{
$this->template = $template;
}
}

0 comments on commit 0976c4b

Please sign in to comment.