Skip to content

Commit

Permalink
Add missing "translatedFieldsByLocale" property
Browse files Browse the repository at this point in the history
  • Loading branch information
gdebrauwer authored Jan 9, 2024
1 parent cd3389c commit 1e07310
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 1e07310

Please sign in to comment.