diff --git a/db/db.php b/db/db.php index 02ab9be..4f3f266 100644 --- a/db/db.php +++ b/db/db.php @@ -1,6 +1,6 @@ getContainer(); + $container->set('settings', function(){ return [ 'displayErrorDetails' => true, // set to false in production @@ -22,7 +23,6 @@ $container->set('settings', function(){ 'debug' => true ], - // Monolog settings 'db' => [ 'path' => __DIR__."/../db/surfaces2018.db",