Update Flex endpoint

This commit is contained in:
github-action[bot]
2025-03-07 08:37:45 +00:00
parent 387589d58f
commit bd0f5ea7ef
12 changed files with 526 additions and 15 deletions
+2 -4
View File
@@ -77,9 +77,7 @@
"",
"require dirname(__DIR__).'/vendor/autoload.php';",
"",
"if (file_exists(dirname(__DIR__).'/config/bootstrap.php')) {",
" require dirname(__DIR__).'/config/bootstrap.php';",
"} elseif (method_exists(Dotenv::class, 'bootEnv')) {",
"if (method_exists(Dotenv::class, 'bootEnv')) {",
" (new Dotenv())->bootEnv(dirname(__DIR__).'/.env');",
"}",
""
@@ -87,7 +85,7 @@
"executable": false
}
},
"ref": "7364a21d87e658eb363c5020c072ecfdc12e2326"
"ref": "6a9341aa97d441627f8bd424ae85dc04c944f8b4"
}
}
}