aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-01-20 10:44:58 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-01-20 10:44:58 +0000
commitce98919c502c6e34a5469b0ae75746011fbcb7b3 (patch)
tree71723ebbd67a7c83ba76d6c9fcaa35fcdeb93d10 /perllib/FixMyStreet/Cobrand/FixMyStreet.pm
parent74f008e988ebc93380969f6761da8df527ff9940 (diff)
Remove some unused cobrand functions, start of a base class.
Diffstat (limited to 'perllib/FixMyStreet/Cobrand/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet/Cobrand/FixMyStreet.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/FixMyStreet.pm b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
new file mode 100644
index 000000000..242194e01
--- /dev/null
+++ b/perllib/FixMyStreet/Cobrand/FixMyStreet.pm
@@ -0,0 +1,5 @@
+package FixMyStreet::Cobrand::FixMyStreet;
+use base 'FixMyStreet::Cobrand::Default';
+
+1;
+