From 8466a97f3cacf4224b473b3b8d10891476cbb5f6 Mon Sep 17 00:00:00 2001 From: Shishir <75600200+shishir-intelli@users.noreply.github.com> Date: Mon, 11 Sep 2023 16:26:24 +0530 Subject: [PATCH] Fix isOrganizationApigeeX() on null issue (#929) --- modules/apigee_edge_teams/src/Entity/Form/TeamForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/apigee_edge_teams/src/Entity/Form/TeamForm.php b/modules/apigee_edge_teams/src/Entity/Form/TeamForm.php index 8c6c41fa..0c07aeb0 100644 --- a/modules/apigee_edge_teams/src/Entity/Form/TeamForm.php +++ b/modules/apigee_edge_teams/src/Entity/Form/TeamForm.php @@ -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.