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 = [