create EventInterface

This commit is contained in:
2026-07-10 16:39:51 -04:00
parent 1b5b05aa71
commit a2d2b2d3c9
+10
View File
@@ -0,0 +1,10 @@
<?php
declare(strict_types=1);
namespace Potter\Event;
use \League\Event\HasEventName;
interface EventInterface extends HasEventName
{ }