diff --git a/src/TemplateInterface.php b/src/TemplateInterface.php index 2df619e..eeab99f 100644 --- a/src/TemplateInterface.php +++ b/src/TemplateInterface.php @@ -15,7 +15,7 @@ interface TemplateInterface { * @param string $subtemplatePath * @return TemplateInterface */ - public function setSubtemplatePath(string $subtemplatePath) : TemplateInterface; + public function setSubtemplatePath(string $subtemplatePath = "") : TemplateInterface; /** * @return string