From 3dd0754e616dd4d6b2dd27a45a99fa8146f98353 Mon Sep 17 00:00:00 2001 From: Nathan Chick Date: Thu, 19 Dec 2024 11:24:16 +0000 Subject: [PATCH] update for php versions --- Service/BuilderIO/AdminApi.php | 2 +- Service/BuilderIO/Page.php | 2 +- composer.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Service/BuilderIO/AdminApi.php b/Service/BuilderIO/AdminApi.php index b149dee..46c031d 100644 --- a/Service/BuilderIO/AdminApi.php +++ b/Service/BuilderIO/AdminApi.php @@ -27,7 +27,7 @@ class AdminApi { - protected const string API_ADMIN_ENDPOINT = 'https://builder.io/api/v2/admin'; + protected const API_ADMIN_ENDPOINT = 'https://builder.io/api/v2/admin'; /** * AdminApi constructor. diff --git a/Service/BuilderIO/Page.php b/Service/BuilderIO/Page.php index 30ab678..a447677 100644 --- a/Service/BuilderIO/Page.php +++ b/Service/BuilderIO/Page.php @@ -35,7 +35,7 @@ class Page 'data.metaKeywords' ]; - protected const string API_PAGE_ENDPOINT = 'https://cdn.builder.io/api/v3/html/page'; + protected const API_PAGE_ENDPOINT = 'https://cdn.builder.io/api/v3/html/page'; /** * Page constructor. diff --git a/composer.json b/composer.json index 678fd30..6f8e5f3 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "deployecommerce/module-builderio", - "version": "1.0.2", + "version": "1.0.3", "description": "A magento 2 extensions that renders Builder.io content.", "type": "magento2-module", "require": {