Skip to content

Commit 7016c82

Browse files
Marvin ButkereitMarvin Butkereit
Marvin Butkereit
authored and
Marvin Butkereit
committed
Fixing a mistake
1 parent 4353d1f commit 7016c82

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
@@ -71,8 +71,6 @@ To avoid using the cached resource after updating the old resource, you can
7171
use versions which you bump every time you release a new project. The version
7272
can be specified in the third argument::
7373

74-
use Symfony\Component\Templating\Asset\PathPackage;
75-
7674
// ...
7775
$templateEngine->set(new AssetsHelper(null, null, '328rad75'));
7876

@@ -106,6 +104,8 @@ Asset path generation is handled internally by packages. The component provides
106104

107105
You can also use multiple packages::
108106

107+
use Symfony\Component\Templating\Asset\PathPackage;
108+
109109
// ...
110110
$templateEngine->set(new AssetsHelper());
111111

0 commit comments

Comments
 (0)