Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SocialiteManager 缺少 Readme 中说明的 (g|s)etRequest #63

Closed
wants to merge 1 commit into from
Closed

SocialiteManager 缺少 Readme 中说明的 (g|s)etRequest #63

wants to merge 1 commit into from

Conversation

Moln
Copy link

@Moln Moln commented Jul 25, 2017

Readme说明中有提到 getRequest , setRequest 。实际并未提供。

https://github.com/overtrue/socialite#custom-session-or-request-instance

$request = new Request(); // or use AnotherCustomRequest.
$socialite = new SocialiteManager($config, $request);
$socialite->setRequest($request);
$request = $socialite->getRequest();

@overtrue overtrue closed this Jul 26, 2017
overtrue added a commit that referenced this pull request Jul 26, 2017
@Moln Moln deleted the Hotfix/get-set-request branch July 27, 2017 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants