Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
yaza-putu committed Sep 7, 2022
2 parents adb16e8 + 6f64ed1 commit 654423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/GenUid.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getKeyType()
* @param int $limit
* @return false|string
*/
public function uid($limit = 9)
public function uid($limit = 16)
{
return substr(base_convert(sha1(uniqid(mt_rand())), 16, 36), 0, $limit);
}
Expand Down

0 comments on commit 654423f

Please sign in to comment.