Skip to content

Commit 6764f47

Browse files
authored
Update README.md
Signed-off-by: Evan Sims <[email protected]>
1 parent e36d3e1 commit 6764f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Use the `getCredentials()` method to check if a user is authenticated.
7777
// getCredentials() returns null if the user is not authenticated.
7878
$session = $auth0->getCredentials();
7979

80-
if (null === $session || $session->accessTokenExpired()) {
80+
if (null === $session || $session->accessTokenExpired) {
8181
// Redirect to Auth0 to authenticate the user.
8282
header('Location: ' . $auth0->login());
8383
exit;

0 commit comments

Comments
 (0)