Increasing visibility of AnnotationReader inside AnnotationDriver from private to protected.
This commit is contained in:
parent
550fcbc17f
commit
db37d974c8
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class AnnotationDriver implements Driver
|
||||||
*
|
*
|
||||||
* @var AnnotationReader
|
* @var AnnotationReader
|
||||||
*/
|
*/
|
||||||
private $_reader;
|
protected $_reader;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The paths where to look for mapping files.
|
* The paths where to look for mapping files.
|
||||||
|
|
Loading…
Add table
Reference in a new issue