mirror of
https://github.com/Intervention/image.git
synced 2025-01-18 04:38:26 +01:00
Add ColorInterface implementation to AbstractColor
This commit is contained in:
parent
f2a32bd349
commit
a937e5a94d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user