mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-04 05:15:39 +00:00 
			
		
		
		
	Rename method from default to primary.
This commit is contained in:
		@@ -209,7 +209,7 @@ class UserGroupRepository implements UserGroupRepositoryInterface, UserGroupInte
 | 
			
		||||
            $currency = $repository->find((int) $data['primary_currency_id']);
 | 
			
		||||
        }
 | 
			
		||||
        if (null !== $currency) {
 | 
			
		||||
            $repository->makeDefault($currency);
 | 
			
		||||
            $repository->makePrimary($currency);
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user