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 ebf29a5 commit 02e3414Copy full SHA for 02e3414
source/includes/write/transaction.php
@@ -1,7 +1,7 @@
1
<?php
2
require 'vendor/autoload.php';
3
4
-$uri = getenv('MONGODB_URI') ?: throw new RuntimeException('Set the MONGODB_URI variable to your Atlas URI that connects to the sample dataset');
+$uri = getenv('MONGODB_URI') ?: throw new RuntimeException('Set the MONGODB_URI variable to your connection URI');
5
$client = new MongoDB\Client($uri);
6
7
// begin-callback
0 commit comments