mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	Final set of route changes.
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user