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 c8f6d09 commit 7a92d4dCopy full SHA for 7a92d4d
src/aliases.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-if (class_exists('Google_Client')) {
+if (class_exists('Google_Client', false)) {
4
// Prevent error with preloading in PHP 7.4
5
// @see https://github.com/googleapis/google-api-php-client/issues/1976
6
return;
0 commit comments