From 0bc8ba236a47d12127be5c024e8cddef9ddead6a Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sun, 11 Oct 2020 06:43:04 +0800 Subject: [PATCH] Fix style ci fails --- app/Services/InvoiceDrafts/InvoiceDraft.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 = []; }