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 1d05ba3 commit a042c16Copy full SHA for a042c16
README.md
@@ -109,7 +109,7 @@ The database driver plugs right into the original query builder. When using mong
109
$users = DB::collection('users')->get();
110
$user = DB::collection('users')->where('name', 'John')->first();
111
112
-If you did not change your default dabatase connection, you will need to specify it when querying.
+If you did not change your default database connection, you will need to specify it when querying.
113
114
$user = DB::connection('mongodb')->collection('users')->get();
115
0 commit comments