|  | @@ -33,7 +33,7 @@ class RouteServiceProvider extends ServiceProvider {
 | 
	
		
			
				|  |  |  	 *
 | 
	
		
			
				|  |  |  	 * Register any model bindings or pattern based filters.
 | 
	
		
			
				|  |  |  	 *
 | 
	
		
			
				|  |  | -	 * @param  Router  $router
 | 
	
		
			
				|  |  | +	 * @param  \Illuminate\Routing\Router  $router
 | 
	
		
			
				|  |  |  	 * @return void
 | 
	
		
			
				|  |  |  	 */
 | 
	
		
			
				|  |  |  	public function before(Router $router)
 | 
	
	
		
			
				|  | @@ -44,6 +44,7 @@ class RouteServiceProvider extends ServiceProvider {
 | 
	
		
			
				|  |  |  	/**
 | 
	
		
			
				|  |  |  	 * Define the routes for the application.
 | 
	
		
			
				|  |  |  	 *
 | 
	
		
			
				|  |  | +	 * @param  \Illuminate\Routing\Router  $router
 | 
	
		
			
				|  |  |  	 * @return void
 | 
	
		
			
				|  |  |  	 */
 | 
	
		
			
				|  |  |  	public function map(Router $router)
 |