Skip to content

Commit

Permalink
[Cycling UK] Add base_url and contact_email
Browse files Browse the repository at this point in the history
  • Loading branch information
davea committed Dec 22, 2023
1 parent f6d124a commit b5cae23
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions perllib/FixMyStreet/Cobrand/CyclingUK.pm
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,12 @@ sub dashboard_export_problems_add_columns {
});
}

sub base_url { FixMyStreet::Cobrand::UKCouncils::base_url($_[0]) }

sub contact_email {
my $self = shift;
return $self->feature('contact_email');
};


1;

0 comments on commit b5cae23

Please sign in to comment.