Skip to content

Commit 7a92d4d

Browse files
author
Illia Hai
authored
fix: avoid autoload in aliases.php (#1991)
1 parent c8f6d09 commit 7a92d4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/aliases.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
if (class_exists('Google_Client')) {
3+
if (class_exists('Google_Client', false)) {
44
// Prevent error with preloading in PHP 7.4
55
// @see https://github.com/googleapis/google-api-php-client/issues/1976
66
return;

0 commit comments

Comments
 (0)