Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 10, 2025
1 parent 8354233 commit 4061c99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestApplication/src/Controller/AssetsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ public function configureAssets(Assets $assets): Assets
->addJsFile(Asset::new('js12.js')->htmlAttr('foo', 'bar'))
->addJsFile(Asset::new('js13.js')->htmlAttrs(['foo' => 'bar', 'baz' => 'qux']))


->addHtmlContentToHead('<link rel="stylesheet" href="https://cdn.example.com/css11.css">')
->addHtmlContentToBody('<script src="https://cdn.example.com/js14.js"></script>')
;
Expand Down

0 comments on commit 4061c99

Please sign in to comment.