Skip to content

Commit

Permalink
Call Form::_buildValidator() from Form::buildValidator() for BC.
Browse files Browse the repository at this point in the history
Closes #11572
  • Loading branch information
ADmad committed Dec 24, 2017
1 parent 1ddc1a7 commit 111eaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ protected function _buildValidator(Validator $validator)
*/
public function buildValidator(Event $event, Validator $validator, $name)
{
$this->_buildValidator($validator);
}

/**
Expand Down

0 comments on commit 111eaf2

Please sign in to comment.