Recca0120\LaravelTracy\Panels\AuthPanel::getAttributes PHP Method

getAttributes() protected method

getAttributes.
protected getAttributes ( ) : array
return array
    protected function getAttributes()
    {
        $this->loadUser();
        return ['name' => $this->name, 'user' => $this->user];
    }