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 fe97268 commit 8a73433Copy full SHA for 8a73433
auth/index.php
@@ -20,6 +20,8 @@
20
use Google\Auth\Credentials\GCECredentials;
21
use google\appengine\api\app_identity\AppIdentityService;
22
23
+// Install composer dependencies with "composer install --no-dev"
24
+// @see http://getcomposer.org for more information.
25
require __DIR__ . '/vendor/autoload.php';
26
27
$onGce = GCECredentials::onGce();
0 commit comments