We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1250e2f commit d3da1cfCopy full SHA for d3da1cf
src/System/Support/Facades/Config.php
@@ -8,7 +8,7 @@
8
9
/**
10
* @method static bool has(string $key)
11
- * @method static mixed has(string $key, mixed $default = null)
+ * @method static mixed get(string $key, mixed $default = null)
12
* @method static void set(string $key, mixed $value)
13
* @method static void push(string $key, mixed $value)
14
* @method static array<string, mixed> toArray()
0 commit comments