Final set of route changes.

This commit is contained in:
James Cole
2016-12-06 09:07:50 +01:00
parent 628c7cd055
commit c799fc655d
15 changed files with 99 additions and 62 deletions

View File

@@ -46,7 +46,7 @@ class ReportController extends Controller
* @return \Illuminate\Http\JsonResponse
* @throws FireflyException
*/
public function info(Request $request)
public function general(Request $request)
{
$attributes = $request->get('attributes') ?? [];
$attributes = $this->parseAttributes($attributes);