Skip to content

Commit 25eb415

Browse files
authored
Update Decorator.php
1 parent 4b14fb1 commit 25eb415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Decorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class Decorator implements ViewDecoratorInterface
88
{
99
public static function decorate(string $html): string
1010
{
11-
# Get tags.
11+
# Get generated js and css tags.
1212
$tags = CodeigniterVite::tags();
1313

1414
# Insert tags just before "</head>" tag.

0 commit comments

Comments
 (0)