Skip to content

Commit e46ffa5

Browse files
committed
Updated doc
1 parent bd8dac6 commit e46ffa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/identity/v3/tokens/export_authentication_token.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030

3131
// Alternatively, one may persist token to memcache or redis
3232
// Redis and memcache then can purge the entry when token expires.
33-
$memcache->set('token', $token->export, $token->expires->format('U'));
33+
$memcache->set('token', $token->export(), $token->expires->format('U'));

0 commit comments

Comments
 (0)