Skip to content

Commit

Permalink
Update SocialiteWasCalled.php
Browse files Browse the repository at this point in the history
  • Loading branch information
faustbrian committed Nov 20, 2017
1 parent 8e7a849 commit 1de3f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SocialiteWasCalled.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SocialiteWasCalled
/**
* @var bool
*/
public static $spoofedConfig = [
private $spoofedConfig = [
'client_id' => 'spoofed_client_id',
'client_secret' => 'spoofed_client_secret',
'redirect' => 'spoofed_redirect',
Expand Down

0 comments on commit 1de3f3d

Please sign in to comment.