Skip to content

Commit dff0547

Browse files
committed
Update AuthAccountCreationTrait.php
1 parent e56f7d7 commit dff0547

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/Ubiquity/controllers/auth/traits/AuthAccountCreationTrait.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Ajax\semantic\components\validation\Rule;
66
use Ajax\semantic\html\collections\form\HtmlForm;
7+
use Ubiquity\controllers\auth\AuthFiles;
78
use Ubiquity\controllers\auth\AuthTokens;
89
use Ubiquity\utils\base\UDateTime;
910
use Ubiquity\utils\flash\FlashMessage;
@@ -37,9 +38,9 @@ abstract protected function loginLabel():string;
3738

3839
abstract protected function passwordConfLabel(): string;
3940

40-
abstract protected static function _getFiles(&$config, $type, $silent = false);
41+
abstract protected function passwordLabel(): string;
4142

42-
abstract protected function validateEmail(string $mail):bool;
43+
abstract protected function _getFiles(): AuthFiles;
4344

4445
abstract public function _getBodySelector():string;
4546

0 commit comments

Comments
 (0)