Skip to content

Commit

Permalink
Update ULID.php
Browse files Browse the repository at this point in the history
  • Loading branch information
abmmhasan committed May 3, 2024
1 parent 25302a8 commit fa5b086
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ULID.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use DateTimeInterface;
use Exception;
use Infocyph\UID\Exceptions\ULIDException;
use Random\RandomException;

class ULID
{
Expand All @@ -23,7 +22,7 @@ class ULID
*
* @param DateTimeInterface|null $dateTime
* @return string
* @throws RandomException
* @throws Exception
*/
public static function generate(?DateTimeInterface $dateTime = null): string
{
Expand Down

0 comments on commit fa5b086

Please sign in to comment.