Skip to content

Commit

Permalink
fix(User & Term Entitiy) : add $mb_relations to public properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Vanwildemeersch authored and nlemoine committed Nov 14, 2024
1 parent 3818756 commit 39df020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Entity/Term.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Term extends Entity {
public $description;
public $parent;
public $acf;
public $mb_relations;

/**
* Constructor.
Expand Down
1 change: 1 addition & 0 deletions src/Entity/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class User extends Entity {
public $use_ssl;
public $show_admin_bar_front;
public $acf;
public $mb_relations;

/**
* {@inheritdoc}
Expand Down

0 comments on commit 39df020

Please sign in to comment.