1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-08 14:56:32 +02:00

Add ColorInterface implementation to AbstractColor

This commit is contained in:
Oliver Vogel
2022-05-22 17:23:07 +02:00
parent f2a32bd349
commit a937e5a94d

View File

@@ -2,7 +2,9 @@
namespace Intervention\Image\Drivers\Abstract; namespace Intervention\Image\Drivers\Abstract;
abstract class AbstractColor use Intervention\Image\Interfaces\ColorInterface;
abstract class AbstractColor implements ColorInterface
{ {
/** /**
* Format color to hexadecimal color code * Format color to hexadecimal color code