diff --git a/Couchbase/Cluster.php b/Couchbase/Cluster.php index 702d46c..8df1e37 100644 --- a/Couchbase/Cluster.php +++ b/Couchbase/Cluster.php @@ -138,6 +138,7 @@ function (string $connectionString, ClusterOptions $options) { */ public static function notifyFork(string $event) { + ExtensionNamespaceResolver::defineExtensionNamespace(); $function = COUCHBASE_EXTENSION_NAMESPACE . '\\notifyFork'; return $function($event); }