thrownew\RuntimeException('You need to add "symfony/framework-bundle" as a Composer dependency.');
}
if(!isset($_SERVER['APP_ENV'])){
if(!class_exists(Dotenv::class)){
thrownew\RuntimeException('APP_ENV environment variable is not defined. You need to define environment variables for configuration or add "symfony/dotenv" as a Composer dependency to load variables from a .env file.');