mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Remove a lot of references to user id.
This commit is contained in:
@@ -273,7 +273,6 @@ class SplitController extends Controller
|
||||
'amount' => round($transaction['amount'] ?? 0, 2),
|
||||
'budget_id' => isset($transaction['budget_id']) ? intval($transaction['budget_id']) : 0,
|
||||
'category' => $transaction['category'] ?? '',
|
||||
'user' => auth()->user()->id, // needed for accounts.
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user