@@ -58,7 +58,7 @@ |
||
58 | 58 | */ |
59 | 59 | public function __construct() |
60 | 60 | { |
61 | - [$this->rules, $this->alias] = RuleBuilder::build(); |
|
61 | + [$this->rules, $this->alias] = RuleBuilder::build(); |
|
62 | 62 | } |
63 | 63 | |
64 | 64 | /** |