aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/Base.pm
diff options
context:
space:
mode:
authorHakim Cassimally <hakim@mysociety.org>2015-03-31 08:58:41 +0000
committerHakim Cassimally <hakim@mysociety.org>2015-03-31 08:58:41 +0000
commit2604aa3b3c6c9edc3df444eeede83491c6ce405c (patch)
tree4fe91e9fe7def2e12986b5a558a05e8cda07b0bf /perllib/FixMyStreet/Cobrand/Base.pm
parent458d9c84b639d5625cdc491d56a4cf98bef1b51c (diff)
parentc6f9498c79527fbee3cdb1a53f65524c716f20e9 (diff)
Merge branch 'issues/commercial/678-open311-and-csv'
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/Base.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/Base.pm3
1 files changed, 3 insertions, 0 deletions
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;