diff --git a/src/Framework/Core/AppBootstrapper.php b/src/Framework/Core/AppBootstrapper.php index ba2e8c35..fe9bb37a 100644 --- a/src/Framework/Core/AppBootstrapper.php +++ b/src/Framework/Core/AppBootstrapper.php @@ -54,6 +54,7 @@ final readonly class AppBootstrapper error_log("------ ENVIRONMENT VARIABLES ------"); error_log(print_r($env->all(), true)); + error_log("------------------------------------"); // Make Environment available throughout the application $this->container->instance(Environment::class, $env);