Skip to content

Commit eab26e1

Browse files
authored
Fix method arguments for session::flash() in the Facade. (#37625)
1 parent 71a99f1 commit eab26e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/Session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* @method static bool save()
1414
* @method static bool start()
1515
* @method static mixed get(string $key, $default = null)
16-
* @method static mixed flash(string $class, string $message)
16+
* @method static mixed flash(string $key, $value = true)
1717
* @method static mixed pull(string $key, $default = null)
1818
* @method static mixed remove(string $key)
1919
* @method static string getId()

0 commit comments

Comments
 (0)