Skip to content

Commit

Permalink
Update default option value
Browse files Browse the repository at this point in the history
  • Loading branch information
olivervogel committed May 25, 2024
1 parent 4c6dbe2 commit 11705bd
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 @@ -43,7 +43,7 @@ public function register()
driver: config('image.driver'),
autoOrientation: config('image.options.autoOrientation', true),
decodeAnimation: config('image.options.decodeAnimation', true),
blendingColor: config('image.options.blendingColor', 'ffffff00')
blendingColor: config('image.options.blendingColor', 'ffffff')
);
});
}
Expand Down

0 comments on commit 11705bd

Please sign in to comment.