mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Various code cleanup.
This commit is contained in:
		| @@ -138,7 +138,7 @@ class TransactionGroupTransformer extends AbstractTransformer | ||||
|  | ||||
|         return [ | ||||
|             'user'                   => (string)$row['user_id'], | ||||
|             'transaction_journal_id' => (int)$row['transaction_journal_id'], | ||||
|             'transaction_journal_id' => (string)$row['transaction_journal_id'], | ||||
|             'type'                   => strtolower($type), | ||||
|             'date'                   => $row['date']->toAtomString(), | ||||
|             'order'                  => $row['order'], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user