Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit ea577e1

Browse files
author
Fosco Marotto
committed
Merge pull request #197 from facebook/gFosco.session-appsecret-40dev
Updated visibility on FacebookSession::useAppSecretProof
2 parents aac9f3a + 7a6fe06 commit ea577e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Facebook/FacebookSession.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class FacebookSession
5858
/**
5959
* @var bool
6060
*/
61-
private static $useAppSecretProof = true;
61+
protected static $useAppSecretProof = true;
6262

6363
/**
6464
* When creating a Session from an access_token, use:

0 commit comments

Comments
 (0)