mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-11-03 20:55:05 +00:00 
			
		
		
		
	Various code cleanup.
This commit is contained in:
		@@ -72,7 +72,7 @@ class OperationsController extends Controller
 | 
			
		||||
        $cache->addProperty('income-report');
 | 
			
		||||
        $cache->addProperty($accounts->pluck('id')->toArray());
 | 
			
		||||
        if ($cache->has()) {
 | 
			
		||||
            //return $cache->get();
 | 
			
		||||
            return $cache->get();
 | 
			
		||||
        }
 | 
			
		||||
        $income = $this->getIncomeReport($start, $end, $accounts);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user