mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Needs to return bill to work.
This commit is contained in:
@@ -119,6 +119,8 @@ class BillFactory
|
||||
if (isset($data['notes'])) {
|
||||
$this->updateNote($bill, $data['notes']);
|
||||
}
|
||||
|
||||
return $bill;
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user