mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fix methods and clean up code.
This commit is contained in:
		| @@ -31,7 +31,10 @@ use Illuminate\Support\Collection; | ||||
|  */ | ||||
| class CurrencyTransformer extends AbstractTransformer | ||||
| { | ||||
|     public function collectMetaData(Collection $objects): void {} | ||||
|     public function collectMetaData(Collection $objects): Collection | ||||
|     { | ||||
|         return $objects; | ||||
|     } | ||||
| 
 | ||||
|     /** | ||||
|      * Transform the currency. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user