name: CallableDispatcher class_comment: null dependencies: - name: Route type: class source: Illuminate\Routing\Route properties: [] methods: - name: dispatch visibility: public parameters: - name: route - name: callable comment: '# * Dispatch a request to a given callable. # * # * @param \Illuminate\Routing\Route $route # * @param callable $callable # * @return mixed' traits: - Illuminate\Routing\Route interfaces: []