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 f76ce80 commit c1a50b5Copy full SHA for c1a50b5
src/Mpociot/ApiDoc/Postman/CollectionWriter.php
@@ -28,7 +28,7 @@ public function getCollection()
28
'variables' => [],
29
'info' => [
30
'name' => '',
31
- '_postman_id' => Uuid::uuid1()->toString(),
+ '_postman_id' => Uuid::uuid4()->toString(),
32
'description' => '',
33
'schema' => 'https://schema.getpostman.com/json/collection/v2.0.0/collection.json',
34
],
0 commit comments