diff --git a/app/Factory/BillFactory.php b/app/Factory/BillFactory.php index e8addafd1e..3c190939a7 100644 --- a/app/Factory/BillFactory.php +++ b/app/Factory/BillFactory.php @@ -119,6 +119,8 @@ class BillFactory if (isset($data['notes'])) { $this->updateNote($bill, $data['notes']); } + + return $bill; } } \ No newline at end of file