Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
rossriley committed Feb 12, 2017
1 parent 73b368d commit 4e3de89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .bolt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@
$app = new Bolt\Application(array('resources'=>$configuration));
$app->initialize();

return $app;
$config = [
'application' => $app,
'resources' => null,
];

return $config;

0 comments on commit 4e3de89

Please sign in to comment.