We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 561e3b9 commit 6798c09Copy full SHA for 6798c09
router.php
@@ -19,8 +19,8 @@
19
* Determine the autoload file to load.
20
*/
21
if (file_exists(__DIR__ . '/../../autoload.php')) {
22
- // when running from vendor/google/cloud-error-reporting
23
- require_once __DIR__ . '/../../vendor/autoload.php';
+ // when running from vendor/google/cloud-functions-framework
+ require_once __DIR__ . '/../../autoload.php';
24
} elseif (file_exists(__DIR__ . '/vendor/autoload.php')) {
25
// when running from git clone.
26
require_once __DIR__ . '/vendor/autoload.php';
0 commit comments