diff --git a/src/wormling/phparia/Events/BridgeAttendedTransfer.php b/src/wormling/phparia/Events/BridgeAttendedTransfer.php index 24cdbb7..96f0157 100644 --- a/src/wormling/phparia/Events/BridgeAttendedTransfer.php +++ b/src/wormling/phparia/Events/BridgeAttendedTransfer.php @@ -254,7 +254,8 @@ public function __construct(AriClient $client, $response) $this->destinationBridge = $this->getResponseValue('destination_bridge'); $this->destinationLinkFirstLeg = $this->getResponseValue('destination_link_first_leg', '\phparia\Resources\Channel', $client); - $this->destinationLinkSecondLeg = $this->getResponseValue('destination_link_second_leg'); + $this->destinationLinkSecondLeg = $this->getResponseValue('destination_link_second_leg' + '\phparia\Resources\Channel', $client); $this->destinationThreewayBridge = $this->getResponseValue('destination_threeway_bridge', '\phparia\Resources\Bridge', $client); $this->destinationThreewayChannel = $this->getResponseValue('destination_threeway_channel',