Skip to content

Commit 8a73433

Browse files
committed
Re-adding small instructional comment
1 parent fe97268 commit 8a73433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auth/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
use Google\Auth\Credentials\GCECredentials;
2121
use google\appengine\api\app_identity\AppIdentityService;
2222

23+
// Install composer dependencies with "composer install --no-dev"
24+
// @see http://getcomposer.org for more information.
2325
require __DIR__ . '/vendor/autoload.php';
2426

2527
$onGce = GCECredentials::onGce();

0 commit comments

Comments
 (0)