Skip to content

Commit

Permalink
remove denormalize in creating
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Dec 7, 2023
1 parent efe580d commit a48d444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Invoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ public static function booted()
$invoice->parseSerialNumber()
);
}

$invoice->denormalize();
});

static::updating(function (Invoice $invoice) {
Expand Down

0 comments on commit a48d444

Please sign in to comment.