Browse Source

add supported type

Taylor Otwell 5 years ago
parent
commit
28908d83d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/hashing.php

+ 1 - 1
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"
     |
     */