Fixed the account overview chart

This commit is contained in:
James Cole
2016-12-09 18:52:27 +01:00
parent cf34713518
commit 663be30117
5 changed files with 15 additions and 104 deletions

View File

@@ -360,7 +360,7 @@ class AccountController extends Controller
* @return \Illuminate\Http\JsonResponse
* @throws FireflyException
*/
public function specificPeriod(Account $account, string $date)
public function period(Account $account, string $date)
{
try {
$start = new Carbon($date);