Skip to content

Commit 3107226

Browse files
authored
Fixing syntax error
1 parent 33262be commit 3107226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/asset.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ In those cases, use the
161161
use Symfony\Component\Asset\Package;
162162
use Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy;
163163

164-
$package = new Package(new JsonManifestVersionStrategy(__DIR__'./rev-manifest.json'));
164+
$package = new Package(new JsonManifestVersionStrategy(__DIR__.'/rev-manifest.json'));
165165

166166
echo $package->getUrl('css/app.css');
167167
// result: build/css/app.b916426ea1d10021f3f17ce8031f93c2.css

0 commit comments

Comments
 (0)