mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Auto commit for release 'develop' on 2025-02-17
This commit is contained in:
		@@ -101,9 +101,9 @@ class UpdateController extends Controller
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        // enrich
 | 
			
		||||
        $enrichment = new TransactionGroupEnrichment();
 | 
			
		||||
        $enrichment       = new TransactionGroupEnrichment();
 | 
			
		||||
        $enrichment->setUser($admin);
 | 
			
		||||
        $selectedGroup = $enrichment->enrichSingle($selectedGroup);
 | 
			
		||||
        $selectedGroup    = $enrichment->enrichSingle($selectedGroup);
 | 
			
		||||
 | 
			
		||||
        /** @var TransactionGroupTransformer $transformer */
 | 
			
		||||
        $transformer      = app(TransactionGroupTransformer::class);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user