We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93acf40 commit c4a3081Copy full SHA for c4a3081
src/Generators/ModelGenerator.php
@@ -20,7 +20,7 @@ class ModelGenerator implements Generator
20
/**
21
* @var Tree
22
*/
23
- private $tree;
+ protected $tree;
24
25
public function __construct(Filesystem $filesystem)
26
{
0 commit comments