diff --git a/src/Translatable/Translatable.php b/src/Translatable/Translatable.php index 12d7d8f..fcb2f71 100644 --- a/src/Translatable/Translatable.php +++ b/src/Translatable/Translatable.php @@ -16,6 +16,7 @@ * @property-read string $translationForeignKey * @property-read string $localeKey * @property-read bool $useTranslationFallback + * @property string[] $translatedAttributes * * @mixin Model */