aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Lewisham.pm
blob: 325f6e833aa1f5762d9201f18711e24b5beb5c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package FixMyStreet::Cobrand::Lewisham;
use base 'FixMyStreet::Cobrand::UK';

use strict;
use warnings;

sub council_area_id { 2492 }

sub open311_post_update_skip {
    my ($self) = @_;
    return 1;
}

1;