Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed Feb 15, 2025
1 parent 3a3d38f commit c92241c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function boot()

// register response macro "image"
if (!ResponseFacade::hasMacro(Facades\Image::BINDING)) {
Response::macro(Facades\Image::BINDING, function (
ResponseFacade::macro(Facades\Image::BINDING, function (
Image $image,
null|string|Format|MediaType|FileExtension $format = null,
mixed ...$options,
Expand Down

0 comments on commit c92241c

Please sign in to comment.