mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	ShowAll method for category
This commit is contained in:
		| @@ -177,6 +177,7 @@ Route::group( | ||||
|     Route::get('delete/{category}', ['uses' => 'CategoryController@delete', 'as' => 'delete']); | ||||
|  | ||||
|     Route::get('show/{category}', ['uses' => 'CategoryController@show', 'as' => 'show']); | ||||
|     Route::get('show/{category}/all', ['uses' => 'CategoryController@showAll', 'as' => 'show.all']); | ||||
|     Route::get('show/{category}/{date}', ['uses' => 'CategoryController@showByDate', 'as' => 'show.date']); | ||||
|     Route::get('list/no-category', ['uses' => 'CategoryController@noCategory', 'as' => 'no-category']); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user