Skip to content

Commit 86ba666

Browse files
committed
feat: Add getTemplate method
1 parent 869b050 commit 86ba666

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)