Skip to content

Commit

Permalink
pointing to integration connection
Browse files Browse the repository at this point in the history
  • Loading branch information
nateiler committed Jun 21, 2019
1 parent a219ea3 commit 2f29693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/criteria/IntegrationConnectionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected static function resolveConnection($connection): ConnectionInterface
}

if ($connection === null) {
$connection = HubSpot::getInstance()->getSettings()->getDefaultConnection();
$connection = HubSpot::getInstance()->getSettings()->getDefaultIntegrationConnection();
}

return HubSpot::getInstance()->getConnections()->getIntegration($connection);
Expand Down

0 comments on commit 2f29693

Please sign in to comment.