Skip to content

Conversation

rafapaulino
Copy link
Contributor

Change propriety of variable three to protected

In Blueprint\Generators\ModelGenerator; There is a private propriety called $tree - line 18;
When I extends ModelGenerator, I get a error in line 435 because $tree is private.
$model = $this->tree->modelForContext($model_name);

@jasonmccreary jasonmccreary merged commit c4a3081 into laravel-shift:master Sep 1, 2021
@jasonmccreary
Copy link
Collaborator

Thanks. I'll merge this later in the week. Feel free to use dev-master until then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants