Skip to content

Commit

Permalink
Merge pull request #6 from infocyph/feature/update
Browse files Browse the repository at this point in the history
Feature/update
  • Loading branch information
abmmhasan authored May 3, 2024
2 parents 97e63a3 + 3ed4f48 commit 1a4d2ad
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 1a4d2ad

Please sign in to comment.