JsonApiMiddleware::call PHP Method

call() public method

Call next
public call ( )
    function call()
    {
        return $this->next->call();
    }