20240410#2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user