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 bca9ccd commit 8bdf75bCopy full SHA for 8bdf75b
src/Services/MeilisearchService.php
@@ -377,7 +377,7 @@ private static function resolveClass(object $object): string
377
$resolver ??= (function () {
378
// Native lazy objects compatibility
379
if (PHP_VERSION_ID >= 80400 && class_exists(LegacyReflectionFields::class)) {
380
- return fn (object $object) => get_class($object);
+ return fn (object $object) => \get_class($object);
381
}
382
383
// Doctrine ORM v3+ compatibility
0 commit comments