We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e38f5b2 commit bdb229aCopy full SHA for bdb229a
components/uid.rst
@@ -271,6 +271,8 @@ following methods to create a ``Ulid`` object from it::
271
272
There's also a special ``NilUlid`` class to represent ULID ``null`` values::
273
274
+ use Symfony\Component\Uid\NilUlid;
275
+
276
$ulid = new NilUlid();
277
// equivalent to $ulid = new Ulid('00000000000000000000000000');
278
0 commit comments