Skip to content

Commit f9f0951

Browse files
authored
Merge pull request #246 from hpacleb/feat-add-get-template-method
feat: Add getTemplate method
2 parents a113ffe + 86ba666 commit f9f0951

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Html/Builder.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,4 +263,9 @@ public function addScript(string $view): static
263263

264264
return $this;
265265
}
266+
267+
public function getTemplate(): string
268+
{
269+
return $this->template;
270+
}
266271
}

0 commit comments

Comments
 (0)