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

collect() public method

public collect ( )
    public function collect()
    {
        try {
            $user = $this->auth->user();
        } catch (\Exception $e) {
            $user = null;
        }
        return $this->getUserInformation($user);
    }