mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Remove a lot of references to user id.
This commit is contained in:
@@ -500,7 +500,7 @@ class BudgetRepository implements BudgetRepositoryInterface
|
||||
{
|
||||
$newBudget = new Budget(
|
||||
[
|
||||
'user_id' => $data['user'],
|
||||
'user_id' => $this->user->id,
|
||||
'name' => $data['name'],
|
||||
]
|
||||
);
|
||||
|
Reference in New Issue
Block a user