Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix errors occurred with Intervention Image 3.3.1 #27

Merged
merged 5 commits into from
Jan 26, 2024
Merged

Fix errors occurred with Intervention Image 3.3.1 #27

merged 5 commits into from
Jan 26, 2024

Conversation

olivervogel
Copy link
Contributor

@olivervogel olivervogel commented Jan 25, 2024

In the course of the update of the Intervention Image, there was a change which means that it is no longer possible to instantiate so-called "driver-specific" modifiers yourself. After the update the initialization is always done by a generic class via the respective driver class. This fix sets the initialization of the "driver specific class" to the static helper method used by the driver of the dependency itself.

See Intervention/image#1281

olivervogel and others added 5 commits January 25, 2024 19:46
In the course of the Intervention Image update, there was a
change which means that it is no longer possible to
instantiate so-called "driver-specific" modifiers yourself.
In this package, this initialization is always done by a
generic class via the respective driver class. This fix
sets the initialization to the static helper method used
by the driver of the dependency itself.
@simonhamp
Copy link
Owner

Thanks for preparing this PR @olivervogel ! Greatly appreciated.

@simonhamp simonhamp merged commit cc15228 into simonhamp:main Jan 26, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants