Skip to content

Commit 0e7075a

Browse files
authored
Remove unneeded constructor overriding
1 parent e74dd8d commit 0e7075a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Validation/Validator.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@
99

1010
class Validator extends CakeValidator
1111
{
12-
/**
13-
* Constructor.
14-
*/
15-
public function __construct()
16-
{
17-
parent::__construct();
18-
19-
$this->_useI18n = true;
20-
}
21-
2212
/**
2313
* I18n domain for validation messages.
2414
*

0 commit comments

Comments
 (0)