Overtrue\Socialite\Providers\FacebookProvider::asPopup PHP Method

asPopup() public method

Set the dialog to be displayed as a popup.
public asPopup ( )
    public function asPopup()
    {
        $this->popup = true;
        return $this;
    }