We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8dac6 commit e46ffa5Copy full SHA for e46ffa5
samples/identity/v3/tokens/export_authentication_token.php
@@ -30,4 +30,4 @@
30
31
// Alternatively, one may persist token to memcache or redis
32
// Redis and memcache then can purge the entry when token expires.
33
-$memcache->set('token', $token->export, $token->expires->format('U'));
+$memcache->set('token', $token->export(), $token->expires->format('U'));
0 commit comments