diff options
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Hart.pm')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Hart.pm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Hart.pm b/perllib/FixMyStreet/Cobrand/Hart.pm index adccfce67..185539cb6 100644 --- a/perllib/FixMyStreet/Cobrand/Hart.pm +++ b/perllib/FixMyStreet/Cobrand/Hart.pm @@ -10,12 +10,6 @@ sub council_name { return 'Hart Council'; } sub council_url { return 'hart'; } sub is_two_tier { return 1; } -# Different to councils parent due to this being a two-tier council. If we get -# more, this can be genericised in the parent. -sub problems_clause { - return { bodies_str => { like => '%2333%' } }; -} - sub disambiguate_location { my $self = shift; my $string = shift; |