mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	This commit is contained in:
		| @@ -132,7 +132,7 @@ class PiggyBankTransformer extends AbstractTransformer | ||||
|         $return = []; | ||||
|         foreach ($piggyBank->accounts()->get() as $account) { | ||||
|             $return[] = [ | ||||
|                 'id'                    => $account->id, | ||||
|                 'id'                    => (string) $account->id, | ||||
|                 'name'                  => $account->name, | ||||
|                 'current_amount'        => (string) $account->pivot->current_amount, | ||||
|                 'native_current_amount' => (string) $account->pivot->native_current_amount, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user