From e06ac00994675ae46e446a07c1ac05955e317d91 Mon Sep 17 00:00:00 2001 From: Sevan Nerse Date: Mon, 6 Sep 2021 17:00:11 +0300 Subject: [PATCH] format fixed on document factories --- database/factories/Document.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/database/factories/Document.php b/database/factories/Document.php index 6ecb0e5b0..db58b4c14 100644 --- a/database/factories/Document.php +++ b/database/factories/Document.php @@ -130,8 +130,8 @@ class Document extends AbstractFactory public function received() { return $this->state([ - 'status' => 'received', - ]); + 'status' => 'received', + ]); } /** @@ -245,7 +245,7 @@ class Document extends AbstractFactory 'quantity' => '1', 'price' => $amount, 'currency' => setting('default.currency'), - ] + ], ]; return [ @@ -298,7 +298,7 @@ class Document extends AbstractFactory 'quantity' => '1', 'price' => $amount, 'currency' => $document->currency_code, - ] + ], ]; $request = [