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 8d74588 commit f2dfdc1Copy full SHA for f2dfdc1
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