Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f770295

Browse files
committedJan 12, 2017
Add missing use statement for BSONArray class
1 parent bad31a2 commit f770295

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎tests/FunctionalTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
use MongoDB\Driver\Cursor;
77
use MongoDB\Driver\Manager;
88
use MongoDB\Driver\ReadPreference;
9+
use MongoDB\Model\BSONArray;
910
use MongoDB\Model\BSONDocument;
1011
use InvalidArgumentException;
1112
use stdClass;

0 commit comments

Comments
 (0)
Please sign in to comment.