Skip to content

Commit

Permalink
fix: fix typo/duplicate method name
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana authored Jul 4, 2024
1 parent 1250e2f commit d3da1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/Support/Facades/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

/**
* @method static bool has(string $key)
* @method static mixed has(string $key, mixed $default = null)
* @method static mixed get(string $key, mixed $default = null)
* @method static void set(string $key, mixed $value)
* @method static void push(string $key, mixed $value)
* @method static array<string, mixed> toArray()
Expand Down

0 comments on commit d3da1cf

Please sign in to comment.