Commit 2d924fcb authored by Nicolas Widart's avatar Nicolas Widart

Fix a typo in widen class

parent 437252e8
......@@ -20,6 +20,6 @@ class Widen implements ImageHandlerInterface
$callback = isset($options['callback']) ? $options['callback'] : null;
return $image->heighten($options['width'], $callback);
return $image->widen($options['width'], $callback);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment