diff --git a/src/Filesystem/Filesystem.php b/src/Filesystem/Filesystem.php index f94d8160c..7f002e028 100644 --- a/src/Filesystem/Filesystem.php +++ b/src/Filesystem/Filesystem.php @@ -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) {