image fixes

This commit is contained in:
2026-05-14 21:15:33 +03:00
parent ef29e4d261
commit 8cd80c016f
14 changed files with 180 additions and 38 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace Lucent;
use Intervention\Image\Interfaces\ModifierInterface;
interface ImageFilterInterface extends ModifierInterface
{
public function getName(): string;
public function getPath(): string;
}