20240410#2

This commit is contained in:
User
2024-04-10 02:26:13 +03:00
parent 660c84f372
commit ae3aca2dd2

View File

@@ -15,7 +15,7 @@ interface TemplateInterface {
* @param string $subtemplatePath * @param string $subtemplatePath
* @return TemplateInterface * @return TemplateInterface
*/ */
public function setSubtemplatePath(string $subtemplatePath) : TemplateInterface; public function setSubtemplatePath(string $subtemplatePath = "") : TemplateInterface;
/** /**
* @return string * @return string