Remove dead code.

This commit is contained in:
James Cole
2018-06-23 17:40:41 +02:00
parent a1d99c1954
commit 3a71bd01fb
6 changed files with 2 additions and 48 deletions

View File

@@ -56,7 +56,7 @@ class BalanceController extends Controller
$balance = $helper->getBalanceReport($accounts, $start, $end);
$result = view('reports.partials.balance', compact('balance'))->render();
$result = view('reports.partials.balance', compact( 'balance'))->render();
$cache->store($result);
return $result;