Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
octoberapp committed May 30, 2024
1 parent 84f3ecb commit d07b4b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filesystem/Filesystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public function localToPublic($path)
if (($event = Event::fire('filesystem.localToPublic', [$path], true)) !== null) {
return $event;
}

// Check real paths
$basePath = base_path();
if (strpos($path, $basePath) === 0) {
Expand Down

0 comments on commit d07b4b4

Please sign in to comment.