More moving stuff around.

This commit is contained in:
James Cole
2016-05-20 11:02:07 +02:00
parent 724f423692
commit 3c3a83330d
30 changed files with 197 additions and 195 deletions

View File

@@ -56,7 +56,7 @@ class SetBudget implements ActionInterface
if (!is_null($budget)) {
$journal->budgets()->sync([$budget->id]);
}
return true;
}
}