Skip to content

Commit

Permalink
magento#1504: [2.1-develop] Insert rendition images to the content fr…
Browse files Browse the repository at this point in the history
…om media gallery instead of original images - Add constructor docs
  • Loading branch information
jmonteros422 committed Aug 18, 2020
1 parent 87666db commit 6382229
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MediaGalleryRenditions/Plugin/RemovePathOnExtract.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ class RemovePathOnExtract
*/
private $config;

/**
* RemovePathOnExtract constructor.
* @param Config $config
*/
public function __construct(Config $config)
{
$this->config = $config;
Expand Down

0 comments on commit 6382229

Please sign in to comment.