Skip to content

Commit

Permalink
Fix class names
Browse files Browse the repository at this point in the history
  • Loading branch information
ADandyGuyInSpace committed Sep 14, 2023
1 parent cfbfe48 commit 46a2a40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions lib/Brand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
namespace Telnyx;

/**
* Class Address
* Class Brand
*
* @package Telnyx
*/
class Address extends ApiResource
class Brand extends ApiResource
{
const OBJECT_NAME = "brand";

Expand Down
4 changes: 2 additions & 2 deletions lib/Campaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
namespace Telnyx;

/**
* Class Address
* Class Campaign
*
* @package Telnyx
*/
class Address extends ApiResource
class Campaign extends ApiResource
{
const OBJECT_NAME = "campaign";

Expand Down
4 changes: 2 additions & 2 deletions lib/PhoneNumberAssignmentByProfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
namespace Telnyx;

/**
* Class Address
* Class PhoneNumberAssignmentByProfile
*
* @package Telnyx
*/
class Address extends ApiResource
class PhoneNumberAssignmentByProfile extends ApiResource
{
const OBJECT_NAME = "phone_number_assignment_by_profile";

Expand Down
4 changes: 2 additions & 2 deletions lib/PhoneNumberCampaign.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
namespace Telnyx;

/**
* Class Address
* Class PhoneNumberCampaign
*
* @package Telnyx
*/
class Address extends ApiResource
class PhoneNumberCampaign extends ApiResource
{
const OBJECT_NAME = "phone_number_campaign";

Expand Down

0 comments on commit 46a2a40

Please sign in to comment.