add events + more wip classes
This commit is contained in:
10
lib/User/Contracts/ValidatorInterface.php
Normal file
10
lib/User/Contracts/ValidatorInterface.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
namespace Da\User\Contracts;
|
||||
|
||||
interface ValidatorInterface
|
||||
{
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function validate();
|
||||
}
|
||||
Reference in New Issue
Block a user