diff --git a/src/Facades/Translatable.php b/src/Facades/Translatable.php index 6e50fc4..dd88583 100644 --- a/src/Facades/Translatable.php +++ b/src/Facades/Translatable.php @@ -8,6 +8,8 @@ * @see \Spatie\Translatable\Translatable * * @method static void fallback(?string $fallbackLocale = null, ?bool $fallbackAny = false, $missingKeyCallback = null) + * @method static void allowNullForTranslation(bool $allowNullForTranslation = true) + * @method static void allowEmptyStringForTranslation(bool $allowEmptyStringForTranslation = true) */ class Translatable extends Facade {