chore: add separator line to environment logging output
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user