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 6de1fea commit 13f7830Copy full SHA for 13f7830
src/Illuminate/Support/Facades/Session.php
@@ -21,6 +21,7 @@
21
* @method static void ageFlashData()
22
* @method static array all()
23
* @method static array only(array $keys)
24
+ * @method static array except(array $keys)
25
* @method static bool exists(string|array $key)
26
* @method static bool missing(string|array $key)
27
* @method static bool has(string|array $key)
0 commit comments