Skip to content

Commit

Permalink
fix(ResponsiveImageCraft): fix bad typo
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-infernal committed Aug 29, 2023
1 parent dedc8db commit c060943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResponsiveImageCraft.php
Expand Up @@ -32,7 +32,7 @@ public function getCssVariables(string $file, int $maxWidth, array $extensions =
$path = ltrim($path, '/');
}

$baseUrl = config('filesystem.'.config('responsive-image-craft.source_disk').'.url');
$baseUrl = config('filesystems.disks.'.config('responsive-image-craft.source_disk').'.url');

if (empty($baseUrl)) {
throw InvalidDiskException::urlIsMissing();
Expand Down

0 comments on commit c060943

Please sign in to comment.