Skip to content

Commit

Permalink
Remove ray statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonJnsson committed Dec 7, 2023
1 parent 45079fc commit d1616e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Resources/Invoice/DraftInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ public static function new(

public function create()
{
ray($this->recipient);

return static::createRequest([
'customer' => $this->customer,
'layout' => $this->layout,
Expand Down

0 comments on commit d1616e0

Please sign in to comment.