Skip to content

Commit

Permalink
Fix Metadata Caching when it changes in EventListeners
Browse files Browse the repository at this point in the history
  • Loading branch information
dron-alterpost committed Feb 18, 2019
1 parent f6aee6d commit 2e1a160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ abstract class AbstractClassMetadataFactory implements ClassMetadataFactory
private $loadedMetadata = [];

/** @var string[] */
private $aliasesMap = [];
protected $aliasesMap = [];

/** @var bool */
protected $initialized = false;
Expand Down

0 comments on commit 2e1a160

Please sign in to comment.