We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0250d9b commit 4f2a8caCopy full SHA for 4f2a8ca
README.md
@@ -38,7 +38,7 @@ protected $listen = [
38
You should now be able to use the provider like you would regularly use Socialite (assuming you have the facade installed):
39
40
```php
41
-return Socialite::with('xrel')->redirect();
+return Socialite::driver('xrel')->redirect();
42
```
43
44
### Returned User fields
0 commit comments