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 adf1748 commit 422e7b4Copy full SHA for 422e7b4
docs/documentation/digging-deeper/win32-model.md
@@ -124,7 +124,7 @@ Win32Model::query();
124
Win32Model::query('named_connection');
125
126
// Uses the connection as is.
127
-Win32Model::query(Connection::simple('computer', 'user', 'password');
+Win32Model::query(Connection::simple('computer', 'user', 'password'));
128
```
129
130
If you pass a `Connection` instance it will not be stored in the `Config` container. This can be useful if you have a
0 commit comments