mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New and updated files for beta 2
This commit is contained in:
		| @@ -492,7 +492,7 @@ class CurrencyRepository implements CurrencyRepositoryInterface | ||||
|      */ | ||||
|     public function setUser(User|Authenticatable|null $user): void | ||||
|     { | ||||
|         if(null !== $user) { | ||||
|         if (null !== $user) { | ||||
|             $this->user = $user; | ||||
|         } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user