aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-02-07 13:09:04 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-07 13:09:04 +0000
commit6879af98d0246b6973affff08a4e078206bb5dfc (patch)
tree73dbc53ea15e1e3324cf9843ccf39bc2cdc23b95 /perllib/FixMyStreet/App.pm
parent1e301bf1e07daf35150d54b132bbbe66f0a8095e (diff)
parentd126f95249a0a7b0b0c3289b597a7b89e13a2fbb (diff)
Merge branch '1944-admin-remove-account'
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index e47336b7c..a3331d32a 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -18,13 +18,14 @@ use URI;
use URI::QueryParam;
use Catalyst (
- 'Static::Simple', #
+ 'Static::Simple',
'Unicode::Encoding',
'Session',
'Session::Store::DBIC',
'Session::State::Cookie', # FIXME - we're using our own override atm
'Authentication',
'SmartURI',
+ 'FixMyStreet::Session::StoreSessions',
);
extends 'Catalyst';