mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Various code cleanup.
This commit is contained in:
		| @@ -154,7 +154,7 @@ class BudgetController extends Controller | ||||
|         $cache->addProperty($end); | ||||
|         $cache->addProperty('chart.budget.frontpage'); | ||||
|         if ($cache->has()) { | ||||
|             //return Response::json($cache->get()); | ||||
|             return Response::json($cache->get()); | ||||
|         } | ||||
|         $budgets     = $repository->getActiveBudgets(); | ||||
|         $repetitions = $repository->getAllBudgetLimitRepetitions($start, $end); | ||||
| @@ -394,7 +394,6 @@ class BudgetController extends Controller | ||||
|                 'repetition_overspent' => $overspent, | ||||
|                 'spent'                => $spent, | ||||
|             ]; | ||||
|             //$array     = [$name, $left, $spent, $overspent, $amount, $spent]; | ||||
|         } | ||||
|  | ||||
|         return $return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user