mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Add moar debug.
This commit is contained in:
		| @@ -417,7 +417,7 @@ class AccountController extends Controller | ||||
|      */ | ||||
|     public function period(Account $account, Carbon $start, Carbon $end): JsonResponse | ||||
|     { | ||||
|         Log::debug('Now in period()'); | ||||
|         Log::debug(sprintf('Now in period("%s", "%s")', $start->format('Y-m-d'), $end->format('Y-m-d'))); | ||||
|         $chartData       = []; | ||||
|         $cache           = new CacheProperties(); | ||||
|         $cache->addProperty('chart.account.period'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user