Skip to content

Commit d2d4e2e

Browse files
authored
Merge pull request #1 from firtadokei/dev
Update Decorator.php
2 parents 4b14fb1 + 25eb415 commit d2d4e2e

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)