added some stuff
This commit is contained in:
13
app/settings.php
Normal file
13
app/settings.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use Psr\Container\ContainerInterface;
|
||||
|
||||
return function(ContainerInterface $container) {
|
||||
$container->set('settings', function() {
|
||||
return [
|
||||
'displayErrorDetails' => true,
|
||||
'logErrorDetails' => true,
|
||||
'logErrors' => true
|
||||
];
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user