Asvae\ApiTester\Http\Middleware\DetectRoute::handleMatchedRoute PHP 메소드

handleMatchedRoute() 공개 메소드

public handleMatchedRoute ( $route )
    public function handleMatchedRoute($route)
    {
        response()->json(['data' => new RouteInfo($route)])->send();
        exit;
    }