DelegateInterface
interface DelegateInterface (View source)
Methods
                    Response
                
                
                    next(Request $request)
        
                                            
                
            Dispatch the next available middleware and return the response.
Details
        
                            Response
    next(Request $request)
        
    
    Dispatch the next available middleware and return the response.