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.
2 parents 8d74588 + f2dfdc1 commit a879958Copy full SHA for a879958
src/Facebook/PersistentData/PersistentDataFactory.php
@@ -54,7 +54,7 @@ public static function createPersistentDataHandler($handler)
54
}
55
56
if ('session' === $handler) {
57
- new FacebookSessionPersistentDataHandler();
+ return new FacebookSessionPersistentDataHandler();
58
59
if ('memory' === $handler) {
60
return new FacebookMemoryPersistentDataHandler();
0 commit comments