Skip to content

Commit

Permalink
Merge branch 'new-endpoints' of github.com:Invoiced/invoiced-php into…
Browse files Browse the repository at this point in the history
… new-endpoints
  • Loading branch information
Adam Train committed Nov 6, 2019
2 parents 8bee0e9 + a58d26f commit 3c43848
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Coupon.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class Coupon extends BaseObject
use Operations\All;
use Operations\Update;
use Operations\Delete;
}
}
2 changes: 1 addition & 1 deletion src/Note.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class Note extends BaseObject
use Operations\All;
use Operations\Update;
use Operations\Delete;
}
}
2 changes: 1 addition & 1 deletion src/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class Task extends BaseObject
use Operations\All;
use Operations\Update;
use Operations\Delete;
}
}
2 changes: 1 addition & 1 deletion src/TaxRate.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ class TaxRate extends BaseObject
use Operations\All;
use Operations\Update;
use Operations\Delete;
}
}

0 comments on commit 3c43848

Please sign in to comment.