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 0701025 commit 0ee9d82Copy full SHA for 0ee9d82
Templating/Helper/AssetsHelper.php
@@ -78,7 +78,7 @@ public function getVersion($path = null, $packageName = null)
78
79
// packageName is null and path not, so path is a path or a packageName
80
try {
81
- $package = $this->packages->getPackage($path);
+ $this->packages->getPackage($path);
82
} catch (\InvalidArgumentException $e) {
83
// path is not a package, so it should be a path
84
return $this->packages->getVersion($path);
0 commit comments