Skip to content

Commit

Permalink
chore: add stripe invoice mixin to invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
olivernybroe committed Jul 1, 2024
1 parent 98fa78e commit 64a7ce6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
use Stripe\Invoice as StripeInvoice;
use Symfony\Component\HttpFoundation\Response;

/**
* @mixin \Stripe\Invoice
*/
class Invoice implements Arrayable, Jsonable, JsonSerializable
{
/**
Expand Down

0 comments on commit 64a7ce6

Please sign in to comment.