Barryvdh\Debugbar\DataCollector\IlluminateRouteCollector::collect PHP Method

collect() public method

{@inheritDoc}
public collect ( )
    public function collect()
    {
        $route = $this->router->current();
        return $this->getRouteInformation($route);
    }