mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 08:35:00 +00:00
Various code cleanup.
This commit is contained in:
@@ -74,6 +74,7 @@ class BillController extends Controller
|
||||
public function destroy(Bill $bill)
|
||||
{
|
||||
$this->repository->destroy($bill);
|
||||
|
||||
return response()->json(null, 204);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user