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 b699e98 commit a6cdf93Copy full SHA for a6cdf93
src/Config.php
@@ -19,7 +19,7 @@ public static function validate(array $config): void
19
throw new Error(Errors::invalidLocation());
20
}
21
22
- if (empty($config['service_account_email']) && empty($config['app-engine'])) {
+ if (empty($config['service_account_email']) && empty($config['app_engine'])) {
23
throw new Error(Errors::serviceAccountOrAppEngine());
24
25
0 commit comments