Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7404481

Browse filesBrowse files
Marvin Butkereitweaverryan
authored andcommitted
Fixing a mistake
1 parent 81a6428 commit 7404481
Copy full SHA for 7404481

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎components/templating/helpers/assetshelper.rst

Copy file name to clipboardExpand all lines: components/templating/helpers/assetshelper.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ To avoid using the cached resource after updating the old resource, you can
5454
use versions which you bump every time you release a new project. The version
5555
can be specified in the third argument::
5656

57-
use Symfony\Component\Templating\Asset\PathPackage;
58-
5957
// ...
6058
$templateEngine->set(new AssetsHelper(null, null, '328rad75'));
6159

@@ -76,6 +74,8 @@ Asset path generation is handled internally by packages. The component provides
7674

7775
You can also use multiple packages::
7876

77+
use Symfony\Component\Templating\Asset\PathPackage;
78+
7979
// ...
8080
$templateEngine->set(new AssetsHelper());
8181

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.