image fixes
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Lucent;
|
||||
|
||||
use Intervention\Image\Interfaces\ModifierInterface;
|
||||
|
||||
interface ImageFilterInterface extends ModifierInterface
|
||||
{
|
||||
public function getName(): string;
|
||||
public function getPath(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user