mirror of
https://github.com/Intervention/image.git
synced 2025-03-14 22:19:40 +01:00
Remove Countable interface from image.php, 'cause already implemented in ImageInterface
This commit is contained in:
parent
d4c13112ac
commit
15e01c784c
@ -83,7 +83,7 @@ use Intervention\Image\Modifiers\SharpenModifier;
|
||||
use Intervention\Image\Modifiers\TextModifier;
|
||||
use Intervention\Image\Typography\FontFactory;
|
||||
|
||||
final class Image implements ImageInterface, Countable
|
||||
final class Image implements ImageInterface
|
||||
{
|
||||
/**
|
||||
* The origin from which the image was created
|
||||
|
Loading…
x
Reference in New Issue
Block a user