Skip to content

Commit

Permalink
Update Session.php (#35838)
Browse files Browse the repository at this point in the history
Add method tag for flash().
  • Loading branch information
Krayvok committed Jan 11, 2021
1 parent 74bb56a commit e8ba1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Support/Facades/Session.php
Expand Up @@ -13,6 +13,7 @@
* @method static bool save()
* @method static bool start()
* @method static mixed get(string $key, $default = null)
* @method static mixed flash(string $class, string $message)
* @method static mixed pull(string $key, $default = null)
* @method static mixed remove(string $key)
* @method static string getId()
Expand Down

0 comments on commit e8ba1d8

Please sign in to comment.