aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Greenwich.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Greenwich.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Greenwich.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm
index 18b0c2f5e..7535a34bf 100644
--- a/perllib/FixMyStreet/Cobrand/Greenwich.pm
+++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm
@@ -44,4 +44,9 @@ sub pin_colour {
return 'yellow';
}
+sub contact_email {
+ my $self = shift;
+ return join( '@', 'fixmystreet', 'royalgreenwich.gov.uk' );
+}
+
1;