Update Models\Validators
This commit is contained in:
parent
918664c4fb
commit
4b1a697d65
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ namespace ForkBB\Models\Validators;
|
|||
|
||||
use ForkBB\Core\RulesValidator;
|
||||
use ForkBB\Core\Validator;
|
||||
use ForkBB\Models\User\Model as User;
|
||||
use ForkBB\Models\User\User;
|
||||
|
||||
class Email extends RulesValidator
|
||||
{
|
||||
|
|
|
@ -12,7 +12,7 @@ namespace ForkBB\Models\Validators;
|
|||
|
||||
use ForkBB\Core\RulesValidator;
|
||||
use ForkBB\Core\Validator;
|
||||
use ForkBB\Models\User\Model as User;
|
||||
use ForkBB\Models\User\User;
|
||||
|
||||
class Username extends RulesValidator
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue