Skip to content

Commit b0f6227

Browse files
taylorotwellgithub-actions[bot]
authored andcommitted
Update facade docblocks
1 parent 6faf8de commit b0f6227

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Context.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* @method static mixed pullHidden(string $key, mixed $default = null)
1616
* @method static array only(array $keys)
1717
* @method static array onlyHidden(array $keys)
18+
* @method static array except(array $keys)
19+
* @method static array exceptHidden(array $keys)
1820
* @method static \Illuminate\Log\Context\Repository add(string|array $key, mixed $value = null)
1921
* @method static \Illuminate\Log\Context\Repository addHidden(string|array $key, mixed $value = null)
2022
* @method static \Illuminate\Log\Context\Repository forget(string|array $key)

0 commit comments

Comments
 (0)