Skip to content

Commit ffec5ff

Browse files
committed
edits
1 parent b0a608a commit ffec5ff

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

source/includes/extended-json.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
require 'vendor/autoload.php';
44

5-
$uri = getenv('MONGODB_URI') ?: throw new RuntimeException('Set the MONGODB_URI variable to your Atlas URI that connects to the sample dataset');
6-
$client = new MongoDB\Client($uri);
7-
$db = $client->test;
8-
95
// start-write-extended
106
$doc = [
117
'foo' => [1, 2],

0 commit comments

Comments
 (0)