mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Make sure all objects also add user group
This commit is contained in:
		| @@ -249,6 +249,7 @@ class AvailableBudgetRepository implements AvailableBudgetRepositoryInterface | ||||
|         return AvailableBudget::create( | ||||
|             [ | ||||
|                 'user_id'                 => $this->user->id, | ||||
|                 'user_group_id'           => $this->user->user_group_id, | ||||
|                 'transaction_currency_id' => $data['currency_id'], | ||||
|                 'amount'                  => $data['amount'], | ||||
|                 'start_date'              => $start, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user