From 62055021cb8aa9eea2b2314a326cbfff960b26df Mon Sep 17 00:00:00 2001 From: sabelo Date: Mon, 29 Jul 2024 02:36:13 -0300 Subject: [PATCH] fix settings object --- db/db.php | 2 +- src/dependencies.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",