Skip to content

Commit e76fbc0

Browse files
Merge branch 'master' into master
2 parents 1dd45f5 + f9f0951 commit e76fbc0

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
@@ -272,6 +272,11 @@ public function addScript(string $view): static
272272
return $this;
273273
}
274274

275+
public function getTemplate(): string
276+
{
277+
return $this->template;
278+
}
279+
275280
public function setTemplateData(array|\Closure $data = []): static
276281
{
277282
if ($data instanceof \Closure) {

0 commit comments

Comments
 (0)