Skip to content

Commit

Permalink
Remove unused private property (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Michot authored Sep 8, 2020
1 parent ab10edf commit fc8dbcf
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/SocialiteWasCalled.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ class SocialiteWasCalled
*/
private $configRetriever;

/**
* @var array
*/
private $spoofedConfig = [
'client_id' => 'spoofed_client_id',
'client_secret' => 'spoofed_client_secret',
'redirect' => 'spoofed_redirect',
];

/**
* @param \Illuminate\Contracts\Container\Container $app
* @param \SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface $configRetriever
Expand Down

0 comments on commit fc8dbcf

Please sign in to comment.