Skip to content

Commit b3735ca

Browse files
authored
Update ResolvesDumpSource.php
1 parent 4e0e122 commit b3735ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Concerns/ResolvesDumpSource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public function mapToLocalPath($path)
189189
$remoteRoot = config('app.remote_sites_path');
190190
$hostRoot = config('app.local_sites_path');
191191

192-
if (!$remoteRoot || !$hostRoot || !$path) {
192+
if (! $remoteRoot || ! $hostRoot || ! $path) {
193193
return $path; // Return original path if config is not set
194194
}
195195

0 commit comments

Comments
 (0)