Skip to content

Commit

Permalink
Update CanGenerateViewProperty.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Feb 5, 2025
1 parent 534ae21 commit a9f4e2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ protected function addViewPropertyToClass(ClassType $class): void
{
$property = $class->addProperty('view', $this->getView())
->setProtected()
->setStatic()
->setType('string');
$this->configureViewProperty($property);
}
Expand Down

0 comments on commit a9f4e2f

Please sign in to comment.