diff options
Diffstat (limited to 'perllib/FixMyStreet')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Lincolnshire.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Lincolnshire.pm b/perllib/FixMyStreet/Cobrand/Lincolnshire.pm index 833fbff12..59e5dc6f4 100644 --- a/perllib/FixMyStreet/Cobrand/Lincolnshire.pm +++ b/perllib/FixMyStreet/Cobrand/Lincolnshire.pm @@ -17,6 +17,8 @@ sub is_two_tier { 1 } sub enable_category_groups { 1 } +sub report_sent_confirmation_email { 1 } + sub example_places { return ( 'LN1 1YL', 'Orchard Street, Lincoln' ); } |