Skip to content

Commit

Permalink
Removed CannotSave trait from the EmailService Rest API endpoint (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajohnson6494 authored and mfairch committed Aug 3, 2018
1 parent 9a2b336 commit 6ff6951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Infusionsoft/Api/Rest/EmailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class EmailService extends RestModel
{
use CannotSync, CannotSave, CannotDelete, CannotModel;
use CannotSync, CannotDelete, CannotModel;

public $full_url = 'https://api.infusionsoft.com/crm/rest/v1/emails';

Expand Down

0 comments on commit 6ff6951

Please sign in to comment.