mirror of
https://github.com/archtechx/gloss.git
synced 2025-12-12 11:14:04 +00:00
Fix annotation
This commit is contained in:
parent
614a16784a
commit
82616d59fe
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ use Illuminate\Support\Facades\Facade;
|
|||
*
|
||||
* @method static void key(string $shortKey, string $newKey, array|null|callable $condition) Set a key override.
|
||||
* @method static void value(string $shortKey, string $value, array|null|callable $condition) Set a value override.
|
||||
* @method static void values(string $shortKey, array|null|callable $condition) Set multiple value overrides.
|
||||
* @method static void values(array $values, array|null|callable $condition) Set multiple value overrides.
|
||||
* @method static ?string get($key, $replace = [], $locale = null) Get a translation string.
|
||||
* @method static ?string choice($key, $replace = [], $locale = null) Get a translation according to an integer value.
|
||||
* @method static void extend(string $shortKey, callable(string, callable): string $value) Extend a translation string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue