Marcel Pociot 8 éve
szülő
commit
c1a50b523f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/Mpociot/ApiDoc/Postman/CollectionWriter.php

+ 1 - 1
src/Mpociot/ApiDoc/Postman/CollectionWriter.php

@@ -28,7 +28,7 @@ class CollectionWriter
             'variables' => [],
             'info' => [
                 'name' => '',
-                '_postman_id' => Uuid::uuid1()->toString(),
+                '_postman_id' => Uuid::uuid4()->toString(),
                 'description' => '',
                 'schema' => 'https://schema.getpostman.com/json/collection/v2.0.0/collection.json',
             ],