1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-29 16:50:07 +02: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; use Intervention\Image\Interfaces\EncoderInterface;
abstract class AbstractEncoder abstract class AbstractEncoder implements EncoderInterface
{ {
protected $quality; protected $quality;