From 4e3de893704ecc156059010e067ced705e6fa802 Mon Sep 17 00:00:00 2001 From: Ross Riley Date: Sun, 12 Feb 2017 08:51:51 +0000 Subject: [PATCH] revert --- .bolt.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.bolt.php b/.bolt.php index 1f19f09..00d1893 100644 --- a/.bolt.php +++ b/.bolt.php @@ -9,4 +9,9 @@ $app = new Bolt\Application(array('resources'=>$configuration)); $app->initialize(); -return $app; \ No newline at end of file +$config = [ + 'application' => $app, + 'resources' => null, +]; + +return $config; \ No newline at end of file