Skip to content

Commit

Permalink
fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Oct 18, 2024
1 parent 0bf4728 commit af71985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shortid.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

final class Shortid implements \JsonSerializable, \Serializable, \Stringable
{
private static ?Factory $factory;
private static ?Factory $factory = null;

/**
* @throws InvalidShortidException
Expand Down

0 comments on commit af71985

Please sign in to comment.