From 28908d83d9f3b078ae01ed21a42b87edf1fd393d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 4 Aug 2018 08:52:01 -1000 Subject: [PATCH] add supported type --- config/hashing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hashing.php b/config/hashing.php index d3c8e2fb..84257708 100644 --- a/config/hashing.php +++ b/config/hashing.php @@ -11,7 +11,7 @@ return [ | passwords for your application. By default, the bcrypt algorithm is | used; however, you remain free to modify this option if you wish. | - | Supported: "bcrypt", "argon" + | Supported: "bcrypt", "argon", "argon2id" | */