Fix builtin homonym linter errors

This commit is contained in:
Rumperuu 2021-03-20 19:03:59 +00:00
parent c5c074903d
commit 758dd9e70f
18 changed files with 52 additions and 38 deletions

View file

@ -47,7 +47,7 @@ has validation_data => sub {
};
};
sub index {
sub idx {
my $c = shift;
return if $c->validation_error('index');