diff --git a/Bootstrap.php b/Bootstrap.php index 8b13789..4dee07b 100644 --- a/Bootstrap.php +++ b/Bootstrap.php @@ -1 +1,16 @@ +setDebugMode(true); + $app->setTempDirectory(__DIR__ . '/'); + $app->addConfig(__DIR__ . '/config.neon'); + return $app; + } +}