Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ReliQArts/laravel-guided-image
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Nov 16, 2016
2 parents 7028bc7 + 416f90c commit 34b1eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReliQArts/GuidedImage/Traits/ImageGuider.php
Expand Up @@ -157,7 +157,7 @@ public function thumb(Request $request, GuidedContract $guidedImage, $method, $w
*
* @return Image|string Intervention Image object or actual image url.
*/
public function resized(Request $request, GuidedContract $guidedImage, $width, $height, $aspect = true,
public function resized(Request $request, GuidedContract $guidedImage, $width, $height, $aspect = true,
$upsize = false, $object = false)
{
$width = (in_array($width, $this->nulls)) ? null : $width;
Expand Down

0 comments on commit 34b1eac

Please sign in to comment.