Skip to content

Commit e14172c

Browse files
committed
Added STAT cache cleaning in Storage
1 parent a5fb28b commit e14172c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Storage.php

+1
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ public function readPackage(AssetPackage $package)
119119
{
120120
$name = $package->getNormalName();
121121
$path = $this->buildHashedPath($name);
122+
clearstatcache(false, $path);
122123
if (!file_exists($path)) {
123124
return null;
124125
}

0 commit comments

Comments
 (0)