diff --git a/src/RabbitContext.php b/src/RabbitContext.php index abe254d..7c8118d 100644 --- a/src/RabbitContext.php +++ b/src/RabbitContext.php @@ -18,7 +18,7 @@ public static function loadEnv() { $env_file = getenv('APPLICATION_ENV') . '.php'; foreach ([ "./app/Env/", "./app/env/" ] as $env_dir) { - $path = $env_dir . $env_file + $path = $env_dir . $env_file; if (file_exists($path)) { require_once($path); }