Skip to content

Commit 9332a15

Browse files
committed
Changed Repository $metadata scope
to be accessible from child classes
1 parent 12ae87d commit 9332a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Document/Repository/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Repository
3535
*
3636
* @var DocumentMetadata
3737
*/
38-
private $metadata;
38+
protected $metadata;
3939

4040
/**
4141
* Constructor.

0 commit comments

Comments
 (0)