Skip to content

Commit

Permalink
Add method comment to Facade for IDE autocompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Muetze42 authored and freekmurze committed Mar 25, 2024
1 parent 3cc1d76 commit a98fead
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 @@ -6,6 +6,8 @@

/**
* @see \Spatie\Translatable\Translatable
*
* @method static fallback(?string $fallbackLocale = null, ?bool $fallbackAny = false, $missingKeyCallback = null)
*/
class Translatable extends Facade
{
Expand Down

0 comments on commit a98fead

Please sign in to comment.