Skip to content

Commit 93c802a

Browse files
committed
Update MappingFactory.php
1 parent 58e19a0 commit 93c802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mapping/MappingFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ protected static function setAliasedProperties(array &$mappedClass, Mapping $map
189189
*
190190
* @link http://php.net/manual/es/reflectionclass.getproperties.php#88405
191191
*/
192-
private static function getClassProperties($className)
192+
protected static function getClassProperties($className)
193193
{
194194
if (empty(self::$classProperties[$className])) {
195195
$ref = new ReflectionClass($className);

0 commit comments

Comments
 (0)