Needs to return bill to work.

This commit is contained in:
James Cole
2018-02-28 14:57:58 +01:00
parent 5f132be94d
commit 28debb46be

View File

@@ -119,6 +119,8 @@ class BillFactory
if (isset($data['notes'])) { if (isset($data['notes'])) {
$this->updateNote($bill, $data['notes']); $this->updateNote($bill, $data['notes']);
} }
return $bill;
} }
} }