Skip to content

Commit 7404481

Browse files
Marvin Butkereitweaverryan
Marvin Butkereit
authored andcommitted
Fixing a mistake
1 parent 81a6428 commit 7404481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/templating/helpers/assetshelper.rst

Lines 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)