From c1a50b523f2558cc9f58c5cfbbbf74ea1fe65f47 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Wed, 19 Oct 2016 20:45:04 +0200 Subject: [PATCH] Fix issue #99 --- src/Mpociot/ApiDoc/Postman/CollectionWriter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mpociot/ApiDoc/Postman/CollectionWriter.php b/src/Mpociot/ApiDoc/Postman/CollectionWriter.php index c95486de..f5933d80 100644 --- a/src/Mpociot/ApiDoc/Postman/CollectionWriter.php +++ b/src/Mpociot/ApiDoc/Postman/CollectionWriter.php @@ -28,7 +28,7 @@ public function getCollection() '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', ],