File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/Ubiquity/controllers/auth/traits Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55use Ajax \semantic \components \validation \Rule ;
66use Ajax \semantic \html \collections \form \HtmlForm ;
7+ use Ubiquity \controllers \auth \AuthFiles ;
78use Ubiquity \controllers \auth \AuthTokens ;
89use Ubiquity \utils \base \UDateTime ;
910use 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
You can’t perform that action at this time.
0 commit comments