diff --git a/dist-persist/wbstack/src/Settings/Hooks.php b/dist-persist/wbstack/src/Settings/Hooks.php index 804eed34a..654e7cb24 100644 --- a/dist-persist/wbstack/src/Settings/Hooks.php +++ b/dist-persist/wbstack/src/Settings/Hooks.php @@ -1,5 +1,7 @@ getHttpRequestFactory(); + $request = $httpRequestFactory->create( 'http://' . getenv( 'PLATFORM_API_BACKEND_HOST' ) . '/backend/event/pageUpdateBatch', $options ); diff --git a/dist/wbstack/src/Settings/Hooks.php b/dist/wbstack/src/Settings/Hooks.php index 804eed34a..654e7cb24 100644 --- a/dist/wbstack/src/Settings/Hooks.php +++ b/dist/wbstack/src/Settings/Hooks.php @@ -1,5 +1,7 @@ getHttpRequestFactory(); + $request = $httpRequestFactory->create( 'http://' . getenv( 'PLATFORM_API_BACKEND_HOST' ) . '/backend/event/pageUpdateBatch', $options );