Skip to content

Commit

Permalink
Fix issue #99
Browse files Browse the repository at this point in the history
  • Loading branch information
mpociot committed Oct 19, 2016
1 parent f76ce80 commit c1a50b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mpociot/ApiDoc/Postman/CollectionWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
Expand Down

0 comments on commit c1a50b5

Please sign in to comment.