Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 4, 2023
1 parent 848ef47 commit f15148a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Illuminate/Support/Str.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ class Str
protected static $studlyCache = [];

/**
* The callback that should be used to generate ULIDs.
* The callback that should be used to generate UUIDs.
*
* @var callable|null
*/
protected static $ulidFactory;
protected static $uuidFactory;

/**
* The callback that should be used to generate UUIDs.
* The callback that should be used to generate ULIDs.
*
* @var callable|null
*/
protected static $uuidFactory;
protected static $ulidFactory;

/**
* The callback that should be used to generate random strings.
Expand Down

0 comments on commit f15148a

Please sign in to comment.