mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Start with code cleanup.
This commit is contained in:
parent
d774cde109
commit
792e8a9947
@ -1,4 +1,4 @@
|
||||
firefly-iii
|
||||
Firefly III
|
||||
===========
|
||||
|
||||
[![Build Status](https://travis-ci.org/JC5/firefly-iii.svg?branch=master)](https://travis-ci.org/JC5/firefly-iii)
|
||||
|
@ -9,6 +9,9 @@ class GoogleChartController extends BaseController
|
||||
|
||||
/**
|
||||
* @param Account $account
|
||||
* @param string $view
|
||||
*
|
||||
* @return \Illuminate\Http\JsonResponse
|
||||
*/
|
||||
public function accountBalanceChart(Account $account, $view = 'session')
|
||||
{
|
||||
|
@ -183,7 +183,6 @@ class ReportController extends BaseController
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
);
|
||||
/*
|
||||
* Filter deposits.
|
||||
|
Loading…
Reference in New Issue
Block a user