Fix issue with budgets.

This commit is contained in:
James Cole
2020-03-31 07:03:37 +02:00
parent 2c0d8b9cb3
commit 144bc29eb3
3 changed files with 21 additions and 9 deletions

View File

@@ -236,6 +236,7 @@ class IndexController extends Controller
$repository->setBudgetOrder($budget, $index + 1);
}
}
app('preferences')->mark();
return response()->json(['OK']);
}