Skip to content

Commit c1a50b5

Browse files
committed
Fix issue #99
1 parent f76ce80 commit c1a50b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mpociot/ApiDoc/Postman/CollectionWriter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function getCollection()
2828
'variables' => [],
2929
'info' => [
3030
'name' => '',
31-
'_postman_id' => Uuid::uuid1()->toString(),
31+
'_postman_id' => Uuid::uuid4()->toString(),
3232
'description' => '',
3333
'schema' => 'https://schema.getpostman.com/json/collection/v2.0.0/collection.json',
3434
],

0 commit comments

Comments
 (0)