Skip to content

Commit

Permalink
use root: instead connection:
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jan 16, 2024
1 parent 8f7ea94 commit 52172ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mc/Mongo-Core/Mongo.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ Mongo >> urlString [
Mongo >> useDriver: aDriver [

driver := aDriver.
aDriver connection: self
aDriver root: self
]

{ #category : #operations }
Expand Down

0 comments on commit 52172ac

Please sign in to comment.