mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Fix connect exception, add some debug logs.
This commit is contained in:
		| @@ -63,6 +63,8 @@ class AccountTransformer extends AbstractTransformer | ||||
|         $this->convertedBalances  = []; | ||||
|         $this->balanceDifferences = []; | ||||
| 
 | ||||
|         Log::debug(sprintf('collectMetaData on %d object(s)', $objects->count())); | ||||
| 
 | ||||
|         // first collect all the "heavy" stuff that relies on ALL data to be present.
 | ||||
|         // get last activity:
 | ||||
|         $this->getLastActivity($objects); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user