@@ -4,7 +4,7 @@ |
||
4 | 4 | /* |
5 | 5 | MongoDB Adapter |
6 | 6 | */ |
7 | -Use MongoDB as MongoDBLib; |
|
7 | +use MongoDB as MongoDBLib; |
|
8 | 8 | |
9 | 9 | class MongoDB implements Base |
10 | 10 | { |