mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Remove a lot of references to user id.
This commit is contained in:
		@@ -209,7 +209,6 @@ class MassController extends Controller
 | 
			
		||||
                        'destination_account_id'    => intval($destAccountId),
 | 
			
		||||
                        'destination_account_name'  => $destAccountName,
 | 
			
		||||
                        'amount'                    => round($request->get('amount')[$journal->id], 4),
 | 
			
		||||
                        'user'                      => auth()->user()->id,
 | 
			
		||||
                        'amount_currency_id_amount' => intval($request->get('amount_currency_id_amount_' . $journal->id)),
 | 
			
		||||
                        'date'                      => new Carbon($request->get('date')[$journal->id]),
 | 
			
		||||
                        'interest_date'             => $journal->interest_date,
 | 
			
		||||
 
 | 
			
		||||
@@ -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