aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet/App.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-01-05 14:52:25 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-01-05 14:52:25 +0000
commitcaf1482e72bd3f6aff641fe5a6b79ae6e660e577 (patch)
tree76fa7f3ccaab70f34c722a7aa30b8a1c6dde0f50 /perllib/FixMyStreet/App.pm
parent39f311fae6396a9344da02bef8d5edcbea84ec90 (diff)
parenta9932722b4cf2103d35f8f4c23ad2918aad0a96c (diff)
Merge branch 'add-samesite-lax-cookie'
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r--perllib/FixMyStreet/App.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm
index e47336b7c..390300093 100644
--- a/perllib/FixMyStreet/App.pm
+++ b/perllib/FixMyStreet/App.pm
@@ -98,6 +98,7 @@ __PACKAGE__->config(
);
__PACKAGE__->response_class('FixMyStreet::App::Response');
+__PACKAGE__->engine_class('FixMyStreet::App::Engine');
# Start the application
__PACKAGE__->setup();