Skip to content

Commit 422e7b4

Browse files
committed
Update Docs
1 parent adf1748 commit 422e7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/digging-deeper/win32-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Win32Model::query();
124124
Win32Model::query('named_connection');
125125

126126
// Uses the connection as is.
127-
Win32Model::query(Connection::simple('computer', 'user', 'password');
127+
Win32Model::query(Connection::simple('computer', 'user', 'password'));
128128
```
129129

130130
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

Comments
 (0)