Skip to content

Commit 0c07221

Browse files
committed
code fix
1 parent 98bdd22 commit 0c07221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/read/retrieve.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
require 'vendor/autoload.php'; // includes the library
2+
require 'vendor/autoload.php';
33

44
$uri = "<connection string>";
55
$client = new MongoDB\Client($uri);

0 commit comments

Comments
 (0)