Skip to content

Commit

Permalink
Remove unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rubyjohn93 committed Jul 26, 2023
1 parent d7577cd commit 9592db1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Model/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ public function getCampaignGroups()
/**
* Sets campaignGroups
*
* @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/account-settings/managing-campaign-groups/) this campaign belongs to.
* @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/managing-campaign-groups) this campaign belongs to.
*
* @return $this
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/CreateTemplateCampaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ public function getCampaignGroups()
/**
* Sets campaignGroups
*
* @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/account-settings/managing-campaign-groups/) this campaign belongs to.
* @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/managing-campaign-groups) this campaign belongs to.
*
* @return $this
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/NewCampaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ public function getCampaignGroups()
/**
* Sets campaignGroups
*
* @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/account-settings/managing-campaign-groups/) this campaign belongs to.
* @param int[]|null $campaignGroups The IDs of the [campaign groups](https://docs.talon.one/docs/product/account/managing-campaign-groups) this campaign belongs to.
*
* @return $this
*/
Expand Down
2 changes: 1 addition & 1 deletion lib/Model/Role.php
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public function getCampaignGroupID()
/**
* Sets campaignGroupID
*
* @param int|null $campaignGroupID The ID of the [Campaign Group](https://docs.talon.one/docs/product/account/account-settings/managing-campaign-groups/) this role was created for.
* @param int|null $campaignGroupID The ID of the [Campaign Group](https://docs.talon.one/docs/product/account/managing-campaign-groups) this role was created for.
*
* @return $this
*/
Expand Down

0 comments on commit 9592db1

Please sign in to comment.