Skip to content

Commit a6cdf93

Browse files
miccehedinmarickvantuil
authored andcommitted
Correct config name
1 parent b699e98 commit a6cdf93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public static function validate(array $config): void
1919
throw new Error(Errors::invalidLocation());
2020
}
2121

22-
if (empty($config['service_account_email']) && empty($config['app-engine'])) {
22+
if (empty($config['service_account_email']) && empty($config['app_engine'])) {
2323
throw new Error(Errors::serviceAccountOrAppEngine());
2424
}
2525
}

0 commit comments

Comments
 (0)