Closed khanakia closed 8 months ago
I am using this example from the docs https://laravel-mediable.readthedocs.io/en/latest/variants.html#image-manipulation-callback
and getting the error Call to undefined method Plank\Mediable\ImageManipulation::toPngFormat()
Call to undefined method Plank\Mediable\ImageManipulation::toPngFormat()
looks like there is a typo in the docs. The method should be named ->outputPngFormat()
->outputPngFormat()
Can you update the docs please?
docs corrected in upcoming major version branch
Version 6.0.0 has been released.
I am using this example from the docs https://laravel-mediable.readthedocs.io/en/latest/variants.html#image-manipulation-callback
and getting the error
Call to undefined method Plank\Mediable\ImageManipulation::toPngFormat()