Skip to content

Commit

Permalink
BUGFIX: setProperty needed two arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsekaean committed Jul 3, 2023
1 parent 3df8346 commit d089e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Extension/SEODataExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ private function processSchemaFields(BaseType $schema, $data)
call_user_func_array(
[$schema, 'setProperty'],
[
$property,
$this->parseSchemaDataField($value)
]
);
Expand Down

0 comments on commit d089e72

Please sign in to comment.