Skip to content

Commit

Permalink
add buildProvider method on DockBlock for IDE support (#643)
Browse files Browse the repository at this point in the history
* add buildProvider on DockBlock for IDE  support

* Update Socialite.php
  • Loading branch information
emrancu committed Jun 6, 2023
1 parent eb861db commit 27e0375
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Facades/Socialite.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

/**
* @method static \Laravel\Socialite\Contracts\Provider driver(string $driver = null)
*
* @method static \Laravel\Socialite\Two\AbstractProvider buildProvider($provider, $config)
*
* @see \Laravel\Socialite\SocialiteManager
*/
class Socialite extends Facade
Expand Down

0 comments on commit 27e0375

Please sign in to comment.