From 28debb46bec1205132587ab889b5aa3b4d0d814c Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 28 Feb 2018 14:57:58 +0100 Subject: [PATCH] Needs to return bill to work. --- app/Factory/BillFactory.php | 2 ++ 1 file changed, 2 insertions(+) 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