From c6f9498c79527fbee3cdb1a53f65524c716f20e9 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Wed, 25 Mar 2015 17:13:53 +0000 Subject: [Zurich] change jurisdiction_id in Open311 example --- perllib/FixMyStreet/Cobrand/Base.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'perllib/FixMyStreet/Cobrand/Base.pm') diff --git a/perllib/FixMyStreet/Cobrand/Base.pm b/perllib/FixMyStreet/Cobrand/Base.pm index 4941712b2..5a9842233 100644 --- a/perllib/FixMyStreet/Cobrand/Base.pm +++ b/perllib/FixMyStreet/Cobrand/Base.pm @@ -51,5 +51,8 @@ sub is_default { return $self->moniker eq 'default'; } +# NB: this Base class is for 'meta' features. To add base methods for all cobrands, +# you may want to look at FMS::Cobrand::Default instead! + 1; -- cgit v1.2.3