Skip to content
Snippets Groups Projects
Commit b5eb02bb authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Route/Part.pm: Fix typo in via

parent c4cc115e
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ sub extra {
sub via {
my ($self) = @_;
return ${ $self->{via} // [] };
return @{ $self->{via} // [] };
}
1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment