Skip to content

Commit c4a3081

Browse files
authored
Change property to protected for extension (#500)
1 parent 93acf40 commit c4a3081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/ModelGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class ModelGenerator implements Generator
2020
/**
2121
* @var Tree
2222
*/
23-
private $tree;
23+
protected $tree;
2424

2525
public function __construct(Filesystem $filesystem)
2626
{

0 commit comments

Comments
 (0)