From ae3aca2dd20a2b14c7806f3673fce3b2bb6e3c38 Mon Sep 17 00:00:00 2001 From: User Date: Wed, 10 Apr 2024 02:26:13 +0300 Subject: [PATCH] 20240410#2 --- src/TemplateInterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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