Skip to content

Commit

Permalink
wip (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints authored Jan 20, 2023
1 parent 0271880 commit a14a177
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/SocialiteManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@

class SocialiteManager extends Manager implements Contracts\Factory
{
/**
* The application instance.
*
* @var \Illuminate\Contracts\Foundation\Application
*
* @deprecated Will be removed in a future Socialite release.
*/
protected $app;

/**
* Get a driver instance.
*
Expand Down

0 comments on commit a14a177

Please sign in to comment.