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 6faf8de commit b0f6227Copy full SHA for b0f6227
src/Illuminate/Support/Facades/Context.php
@@ -15,6 +15,8 @@
15
* @method static mixed pullHidden(string $key, mixed $default = null)
16
* @method static array only(array $keys)
17
* @method static array onlyHidden(array $keys)
18
+ * @method static array except(array $keys)
19
+ * @method static array exceptHidden(array $keys)
20
* @method static \Illuminate\Log\Context\Repository add(string|array $key, mixed $value = null)
21
* @method static \Illuminate\Log\Context\Repository addHidden(string|array $key, mixed $value = null)
22
* @method static \Illuminate\Log\Context\Repository forget(string|array $key)
0 commit comments