diff --git a/src/Entity/Term.php b/src/Entity/Term.php index 5f823cc..67ea8bd 100644 --- a/src/Entity/Term.php +++ b/src/Entity/Term.php @@ -14,6 +14,7 @@ class Term extends Entity { public $description; public $parent; public $acf; + public $mb_relations; /** * Constructor. diff --git a/src/Entity/User.php b/src/Entity/User.php index 9ec122a..8f1e5ab 100644 --- a/src/Entity/User.php +++ b/src/Entity/User.php @@ -29,6 +29,7 @@ class User extends Entity { public $use_ssl; public $show_admin_bar_front; public $acf; + public $mb_relations; /** * {@inheritdoc}