use App\Kernel; use Symfony\Component\Dotenv\Dotenv; require_once dirname(__DIR__) . "/vendor/autoload_runtime.php"; return function (array $context) { goto Dd0e8; D2600: $customEnvFile = sprintf("%s/.env.custom", getenv("HOME")); goto B7060; ac2f1: (new Dotenv())->bootEnv($customEnvFile); goto B89a8; a6615: return $kernel; goto cc9f6; Dd0e8: $kernel = new Kernel($context["APP_ENV"], (bool) $context["APP_DEBUG"]); goto D2600; B7060: if (!(true === file_exists($customEnvFile))) { goto Aa884; } goto ac2f1; B89a8: Aa884: goto a6615; cc9f6: };
© 2023 Quttera Ltd. All rights reserved.