1
0
mirror of https://github.com/Intervention/image.git synced 2025-01-29 17:57:50 +01:00

Add EncoderInterface implementation to AbstractDecoder

This commit is contained in:
Oliver Vogel 2022-05-22 18:53:34 +02:00
parent bdcf6d490c
commit 38e01fc339

View File

@ -4,7 +4,7 @@ namespace Intervention\Image\Drivers\Abstract\Encoders;
use Intervention\Image\Interfaces\EncoderInterface;
abstract class AbstractEncoder
abstract class AbstractEncoder implements EncoderInterface
{
protected $quality;