We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc3044 commit c8dfb41Copy full SHA for c8dfb41
src/Illuminate/Support/Facades/Context.php
@@ -7,8 +7,8 @@
7
* @method static bool hasHidden(string $key)
8
* @method static array all()
9
* @method static array allHidden()
10
- * @method static mixed get(string $key)
11
- * @method static mixed getHidden(string $key)
+ * @method static mixed get(string $key, mixed $default = null)
+ * @method static mixed getHidden(string $key, mixed $default = null)
12
* @method static array only(array $keys)
13
* @method static array onlyHidden(array $keys)
14
* @method static \Illuminate\Log\Context\Repository add(string|array $key, mixed $value = null)
0 commit comments