Skip to content

Commit

Permalink
Fix isOrganizationApigeeX() on null issue (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir-intelli authored Sep 11, 2023
1 parent 80f034e commit 8466a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/apigee_edge_teams/src/Entity/Form/TeamForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class TeamForm extends FieldableEdgeEntityForm implements EdgeEntityFormInterfac
*
* @var \Drupal\apigee_edge\Entity\Controller\OrganizationControllerInterface
*/
private $orgController;
protected $orgController;

/**
* The Team prefix value.
Expand Down

0 comments on commit 8466a97

Please sign in to comment.