mirror of
https://github.com/Intervention/image.git
synced 2025-08-06 22:06:36 +02:00
Add ColorInterface implementation to AbstractColor
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
namespace Intervention\Image\Drivers\Abstract;
|
||||
|
||||
abstract class AbstractColor
|
||||
use Intervention\Image\Interfaces\ColorInterface;
|
||||
|
||||
abstract class AbstractColor implements ColorInterface
|
||||
{
|
||||
/**
|
||||
* Format color to hexadecimal color code
|
||||
|
Reference in New Issue
Block a user