FluxBB\Web\Controllers\UserController::profile PHP Method

profile() public method

public profile ( )
    public function profile()
    {
        return $this->view('profile');
    }
UserController