Skip to content

Commit ab33066

Browse files
committed
feat: Add additionalscripts get method
1 parent 869b050 commit ab33066

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 getAdditionalScripts(): array
268+
{
269+
return $this->additionalScripts;
270+
}
266271
}

0 commit comments

Comments
 (0)