Skip to content

Commit

Permalink
style: add missing methods docs in Translatable facade
Browse files Browse the repository at this point in the history
  • Loading branch information
dont-know-php committed Feb 12, 2025
1 parent 2c1b6fe commit db3d95b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Facades/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit db3d95b

Please sign in to comment.