mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-06 12:45:30 +00:00
Unrelated code cleanup.
This commit is contained in:
@@ -85,7 +85,7 @@ class BudgetController extends Controller
|
||||
$start = Carbon::createFromFormat('Y-m-d', $request->get('start'));
|
||||
$end = Carbon::createFromFormat('Y-m-d', $request->get('end'));
|
||||
$budgetLimit = $this->repository->updateLimitAmount($budget, $start, $end, $amount);
|
||||
if (bccomp($amount,'0') === 0) {
|
||||
if (bccomp($amount, '0') === 0) {
|
||||
$budgetLimit = null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user