Skip to content

Commit a7b1a84

Browse files
authored
Merge pull request #174 from aligent/fix/171-brand-missing-page-title
Add page_title property to Brand, fixes #171
2 parents f733021 + 277488d commit a7b1a84

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/BigCommerce/ResourceModels/Catalog/Brand

src/BigCommerce/ResourceModels/Catalog/Brand/Brand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Brand extends ResourceModel
1616
public ?string $meta_description;
1717
public string $image_url;
1818
public string $search_keywords;
19+
public string $page_title;
1920

2021
public function __construct(?stdClass $optionObject = null)
2122
{

0 commit comments

Comments
 (0)