Skip to content

Commit

Permalink
[5.x] Make Asset::clearCaches protected (#10342)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell authored Jun 25, 2024
1 parent 055f752 commit d795c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assets/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ public function delete()
/**
* Clear meta and filesystem listing caches.
*/
private function clearCaches()
protected function clearCaches()
{
$this->meta = null;
Cache::forget($this->metaCacheKey());
Expand Down

0 comments on commit d795c89

Please sign in to comment.