Skip to content

Commit a77ac31

Browse files
authored
Apply fixes from StyleCI (#34)
1 parent 0299783 commit a77ac31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function __construct(string $path, Strategy $strategy, UploadedFile $file
8888
$relativeUrl = \sprintf('/%s', \ltrim($path, '/'));
8989
$url = url($path);
9090

91-
if ($baseUri && $driver !== 'local') {
91+
if ($baseUri && 'local' !== $driver) {
9292
$url = \sprintf('%s/%s', $baseUri, $path);
9393
} elseif (method_exists($disk, 'url')) {
9494
$url = $disk->url($path);

0 commit comments

Comments
 (0)