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 71a99f1 commit eab26e1Copy full SHA for eab26e1
src/Illuminate/Support/Facades/Session.php
@@ -13,7 +13,7 @@
13
* @method static bool save()
14
* @method static bool start()
15
* @method static mixed get(string $key, $default = null)
16
- * @method static mixed flash(string $class, string $message)
+ * @method static mixed flash(string $key, $value = true)
17
* @method static mixed pull(string $key, $default = null)
18
* @method static mixed remove(string $key)
19
* @method static string getId()
0 commit comments