first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace Kiri\Router\Validator\Inject;
|
||||
|
||||
interface ValidatorInterface
|
||||
{
|
||||
|
||||
|
||||
public function dispatch(object $class, string $name): bool;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user