mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-02-25 18:45:27 -06:00 
			
		
		
		
	Fix test coverage.
This commit is contained in:
		@@ -371,7 +371,7 @@ Route::group(
 | 
			
		||||
    ['middleware' => 'user-full-auth', 'namespace' => 'FireflyIII\Http\Controllers\Chart', 'prefix' => 'chart/category', 'as' => 'chart.category.'],
 | 
			
		||||
    function () {
 | 
			
		||||
 | 
			
		||||
        Route::get('frontpage', ['uses' => 'CategoryController@frontpage', 'as' => 'frontpage']);
 | 
			
		||||
        Route::get('frontpage', ['uses' => 'CategoryController@frontPage', 'as' => 'frontpage']);
 | 
			
		||||
        Route::get('period/{category}', ['uses' => 'CategoryController@currentPeriod', 'as' => 'current']);
 | 
			
		||||
        Route::get('period/{category}/{date}', ['uses' => 'CategoryController@specificPeriod', 'as' => 'specific']);
 | 
			
		||||
        Route::get('all/{category}', ['uses' => 'CategoryController@all', 'as' => 'all']);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user