diff --git a/app/Services/InvoiceDrafts/InvoiceDraft.php b/app/Services/InvoiceDrafts/InvoiceDraft.php index e84ebf2..af4b59c 100644 --- a/app/Services/InvoiceDrafts/InvoiceDraft.php +++ b/app/Services/InvoiceDrafts/InvoiceDraft.php @@ -87,7 +87,8 @@ class InvoiceDraft * * @return void */ - function empty() { + public function empty() + { $this->items = []; }