-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I'm getting strange issue.
If use this
echo JitImage::take('user.jpg', 'images')->resize(100,100);
echo JitImage::take('user.jpg', 'images')->resize(100,100);I get error
FatalErrorException in ImageResolver.php line 0:
Method Thapp\JitImage\FilterExpression::__toString() must not throw an exceptionHow ever if I use sing instance echo JitImage::take('user.jpg', 'images')->resize(100,100); there is no issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels