Skip to content

Commit aa5ef67

Browse files
committed
refactor: run rector
1 parent d624f62 commit aa5ef67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controllers/LoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ protected function getValidationRules(): array
6565
{
6666
return setting('Validation.login') ?? [
6767
//'username' => setting('Validation._username') ?? $this->getUsernameRules(),
68-
'email' => $this->getEmailRules(),
68+
'email' => static::getEmailRules(),
6969
'password' => 'required',
7070
];
7171
}

0 commit comments

Comments
 (0)