diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-17 16:49:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-17 16:49:55 +0000 |
commit | 6fb4eca34fd47612216f642985cac74359727b15 (patch) | |
tree | 57f5ce8471b65f184a8afc2a36b93f4a50aa9f9c | |
parent | 5370647bfa52503948148753bad7bca5c463d79c (diff) |
[fixmystreet.com] Fix WestBerkshire cobrand.
-rw-r--r-- | perllib/FixMyStreet/Cobrand/WestBerkshire.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/Cobrand/WestBerkshire.pm b/perllib/FixMyStreet/Cobrand/WestBerkshire.pm index 1ffdf0286..7e98187bb 100644 --- a/perllib/FixMyStreet/Cobrand/WestBerkshire.pm +++ b/perllib/FixMyStreet/Cobrand/WestBerkshire.pm @@ -1,5 +1,5 @@ package FixMyStreet::Cobrand::WestBerkshire; -use base 'FixMyStreet::Cobrand::UKCouncils'; +use base 'FixMyStreet::Cobrand::UK'; use strict; use warnings; |