Skip to content

Commit

Permalink
Allow Companies to be created
Browse files Browse the repository at this point in the history
Fixes #197
  • Loading branch information
mfairch authored Oct 31, 2018
1 parent 1463a56 commit 6b1c5db
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Infusionsoft/Api/Rest/CompanyService.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use Infusionsoft\Api\Rest\Traits\CannotDelete;
use Infusionsoft\Api\Rest\Traits\CannotFind;
use Infusionsoft\Api\Rest\Traits\CannotSave;
use Infusionsoft\Api\Rest\Traits\CannotSync;

class CompanyService extends RestModel
Expand All @@ -12,4 +11,4 @@ class CompanyService extends RestModel
public $full_url = 'https://api.infusionsoft.com/crm/rest/v1/companies';
public $return_key = 'companies';

}
}

0 comments on commit 6b1c5db

Please sign in to comment.