aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/DB/Schema.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-08-23 14:05:08 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-08-23 14:05:08 +0100
commitdd34b1096c39feb322ca241f80e876c711d3929b (patch)
treec391a3149d93c2aae46cd8da2d3c8423ec56e697 /perllib/FixMyStreet/DB/Schema.pm
parentf0f863865a270d9a508e8c3c273a31764555e60f (diff)
parentd217e9be67c0f552924773858ede5ee3f7fc88e4 (diff)
Merge branch 'speeed-up-reports'
Diffstat (limited to 'perllib/FixMyStreet/DB/Schema.pm')
-rw-r--r--perllib/FixMyStreet/DB/Schema.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/DB/Schema.pm b/perllib/FixMyStreet/DB/Schema.pm
index 45d731c33..10bbd434f 100644
--- a/perllib/FixMyStreet/DB/Schema.pm
+++ b/perllib/FixMyStreet/DB/Schema.pm
@@ -25,4 +25,6 @@ __PACKAGE__->connection(FixMyStreet->dbic_connect_info);
has lang => ( is => 'rw' );
+has cache => ( is => 'rw', lazy => 1, default => sub { {} } );
+
1;