Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot authored and actions-user committed Apr 29, 2020
1 parent aedded7 commit b4d5288
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
use Helpers\HubspotClientHelper;
use Helpers\UrlHelper;
use HubSpot\Client\Webhooks\Model\BatchInputSubscriptionBatchUpdateRequest;
use HubSpot\Client\Webhooks\Model\SubscriptionBatchUpdateRequest;
use HubSpot\Client\Webhooks\Model\SettingsChangeRequest;
use HubSpot\Client\Webhooks\Model\SettingsResponse;
use HubSpot\Client\Webhooks\Model\SubscriptionBatchUpdateRequest;
use HubSpot\Client\Webhooks\Model\SubscriptionCreateRequest;

$appUrl = UrlHelper::generateServerUri().'/webhooks/handle.php';
Expand Down

0 comments on commit b4d5288

Please sign in to comment.