diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-07-11 13:02:38 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-07-11 13:02:38 +0100 |
commit | 58fe7b2c649c29b09338c8ea76314aef29385bf5 (patch) | |
tree | bb95a2004f1c039f8e963c1be55f5794dd572868 | |
parent | 46726834ff02a05587a196ae13a65ecd9492b47c (diff) |
[Greenwich] Add admin_user_domain.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Greenwich.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Greenwich.pm b/perllib/FixMyStreet/Cobrand/Greenwich.pm index d39bd5dd2..9b7024b8e 100644 --- a/perllib/FixMyStreet/Cobrand/Greenwich.pm +++ b/perllib/FixMyStreet/Cobrand/Greenwich.pm @@ -42,6 +42,8 @@ sub pin_colour { sub reports_per_page { return 20; } +sub admin_user_domain { 'royalgreenwich.gov.uk' } + sub open311_config { my ($self, $row, $h, $params) = @_; |