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 f733021 + 277488d commit a7b1a84Copy full SHA for a7b1a84
1 file changed
src/BigCommerce/ResourceModels/Catalog/Brand/Brand.php
@@ -16,6 +16,7 @@ class Brand extends ResourceModel
16
public ?string $meta_description;
17
public string $image_url;
18
public string $search_keywords;
19
+ public string $page_title;
20
21
public function __construct(?stdClass $optionObject = null)
22
{
0 commit comments