Skip to content

Commit be70c01

Browse files
authored
Merge pull request #92 from greg0ire/autoload-deprecated-type
Trigger autoload for deprecated type
2 parents ff7e08b + 783cfc8 commit be70c01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,4 @@ public function getAllClassNames()
255255
}
256256
}
257257

258-
class_exists(\Doctrine\Persistence\Mapping\Driver\AnnotationDriver::class);
258+
class_exists(\Doctrine\Common\Persistence\Mapping\Driver\AnnotationDriver::class);

lib/Doctrine/Persistence/Mapping/ReflectionService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ public function getAccessibleProperty($class, $property);
7171
public function hasPublicMethod($class, $method);
7272
}
7373

74-
interface_exists(\Doctrine\Persistence\Mapping\ReflectionService::class);
74+
interface_exists(\Doctrine\Common\Persistence\Mapping\ReflectionService::class);

0 commit comments

Comments
 (0)