Skip to content

Commit

Permalink
Update MappingFactory.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nilportugues committed Oct 16, 2015
1 parent 58e19a0 commit 93c802a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mapping/MappingFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ protected static function setAliasedProperties(array &$mappedClass, Mapping $map
*
* @link http://php.net/manual/es/reflectionclass.getproperties.php#88405
*/
private static function getClassProperties($className)
protected static function getClassProperties($className)
{
if (empty(self::$classProperties[$className])) {
$ref = new ReflectionClass($className);
Expand Down

0 comments on commit 93c802a

Please sign in to comment.