Skip to content

Commit

Permalink
[MediaBundle] add return to load function (#2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
bakie authored and Devolicious committed Aug 16, 2018
1 parent 42c70af commit f4c5f67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ class BackgroundFilterLoader extends \Liip\ImagineBundle\Imagine\Filter\Loader\B
*/
public function load(ImageInterface $image, array $options = array())
{
parent::load($image, $options);
return parent::load($image, $options);
}
}

0 comments on commit f4c5f67

Please sign in to comment.