Skip to content

Commit 48788ea

Browse files
committed
chore: Merge remote-tracking branch 'upstream/master' into feat-add-script-if-cannot-method
2 parents 3b01294 + f9f0951 commit 48788ea

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
@@ -273,4 +273,9 @@ public function addScriptIfCannot(string $ability, string $view): static
273273

274274
return $this;
275275
}
276+
277+
public function getTemplate(): string
278+
{
279+
return $this->template;
280+
}
276281
}

0 commit comments

Comments
 (0)