Event: interested -> interestedIn

This commit is contained in:
Graham Christensen
2021-12-21 14:27:33 -05:00
parent e84bbc7f90
commit 2db422f7b0
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ sub new_event {
}, $self;
}
sub interested {
sub interestedIn {
my ($self, $plugin) = @_;
return $self->{"event"}->interestedIn($plugin);