We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3611a87 commit 8f1fbe4Copy full SHA for 8f1fbe4
components/asset.rst
@@ -160,7 +160,7 @@ In those cases, use the
160
use Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy;
161
162
// assumes the JSON file above is called "rev-manifest.json"
163
- $package = new Package(new JsonManifestVersionStrategy(__DIR__.'/rev-manifest.json'), $strict);
+ $package = new Package(new JsonManifestVersionStrategy(__DIR__.'/rev-manifest.json'));
164
165
echo $package->getUrl('css/app.css');
166
// result: build/css/app.b916426ea1d10021f3f17ce8031f93c2.css
0 commit comments