Skip to content

Commit

Permalink
Adapt to last changes in yiisoft/validator
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Dec 17, 2022
1 parent a376c94 commit 6266c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/On.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public function getName(): string
return 'on';
}

public function getHandlerClassName(): string
public function getHandler(): string
{
return OnHandler::class;
}
Expand Down

0 comments on commit 6266c5b

Please sign in to comment.