Skip to content

Commit

Permalink
✨ feat(CloudinaryConverter.php): add params property to store additio…
Browse files Browse the repository at this point in the history
…nal parameters for cloudinary conversion
  • Loading branch information
JimSeven committed Feb 19, 2024
1 parent d9cddc7 commit 9557592
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Converter/CloudinaryConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ class CloudinaryConverter
*/
protected $configuration;

/**
* @var array
*/
protected $params;

/**
* @see https://cloudinary.com/documentation/transformation_reference
*
Expand Down

0 comments on commit 9557592

Please sign in to comment.