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:
parent
bdcf6d490c
commit
38e01fc339
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user