Skip to content

Commit

Permalink
Merge pull request #92 from vnccrl78/patch-1
Browse files Browse the repository at this point in the history
Using FQN instead of aliases
  • Loading branch information
Ocramius authored Jun 20, 2023
2 parents c661a1f + bbb9437 commit d054b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ protected function injectNotEmptyValidator()
$this->notEmptyValidator = true;

if (class_exists(AbstractPluginManager::class)) {
$chain->prependByName('NotEmpty', [], true);
$chain->prependByName(NotEmpty::class, [], true);

return;
}
Expand Down

0 comments on commit d054b8f

Please sign in to comment.