Skip to content

Commit

Permalink
Merge pull request #102 from gdebrauwer/missing-translatedFieldsByLoc…
Browse files Browse the repository at this point in the history
…ale-property

Add missing "translatedFieldsByLocale" property
  • Loading branch information
freekmurze committed May 27, 2024
2 parents cd3389c + 1e07310 commit ab229fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ class Translatable extends MergeValue
/** @var array */
protected $updateRules = [];

/** @var array */
protected $translatedFieldsByLocale = [];

/**
* The field's assigned panel.
*
Expand Down

0 comments on commit ab229fd

Please sign in to comment.