aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-06-18 16:19:48 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-06-19 16:25:50 +0100
commit112efa962cdf54d4788239c7d3f7aa2d50ff1310 (patch)
treef5a84bf82e09c0bf0caf200db7b23fbe2a51d97e
parent7699229ed49ce2a71dff259b94fc9e089abb6c6c (diff)
[Buckinghamshire] Add admin_user_domain.
-rw-r--r--perllib/FixMyStreet/Cobrand/Buckinghamshire.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
index a5e45d5a9..22213e45c 100644
--- a/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
+++ b/perllib/FixMyStreet/Cobrand/Buckinghamshire.pm
@@ -51,6 +51,8 @@ sub pin_colour {
return 'yellow';
}
+sub admin_user_domain { 'buckscc.gov.uk' }
+
sub contact_email {
my $self = shift;
return join( '@', 'fixmystreetbs', 'email.buckscc.gov.uk' );