Various changes

This commit is contained in:
Netkas 2023-01-29 21:43:44 -05:00
parent 5fabf8df83
commit 1192db4bbf
14 changed files with 64 additions and 437 deletions

View file

@ -1,10 +0,0 @@
<?php
namespace LogLib\Interfaces;
use LogLib\Objects\Event;
interface HandlerInterface
{
public function handle(Event $event): void;
}