Skip to content

Commit bdb229a

Browse files
committed
-
1 parent e38f5b2 commit bdb229a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/uid.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@ following methods to create a ``Ulid`` object from it::
271271

272272
There's also a special ``NilUlid`` class to represent ULID ``null`` values::
273273

274+
use Symfony\Component\Uid\NilUlid;
275+
274276
$ulid = new NilUlid();
275277
// equivalent to $ulid = new Ulid('00000000000000000000000000');
276278

0 commit comments

Comments
 (0)