File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ class QueryBuilder
22
22
{
23
23
24
24
/** @var \Jupitern\CosmosDb\CosmosDbDatabase $db */
25
- private $ db = null ;
26
25
private $ collection = "" ;
27
26
private $ partitionKey = null ;
28
27
private $ fields = "" ;
@@ -49,17 +48,6 @@ public static function instance()
49
48
}
50
49
51
50
52
- /**
53
- * @param CosmosDbDatabase $db
54
- * @return $this
55
- */
56
- public function setDatabase (CosmosDbDatabase $ db )
57
- {
58
- $ this ->db = $ db ;
59
- return $ this ;
60
- }
61
-
62
-
63
51
/**
64
52
* @param CosmosDbCollection $collection
65
53
* @return $this
@@ -244,8 +232,7 @@ public function save($document)
244
232
return $ resultObj ->_rid ?? null ;
245
233
}
246
234
247
-
248
- /* delete */
235
+ /* DELETE */
249
236
250
237
/**
251
238
* @param boolean $isCrossPartition
You can’t perform that action at this time.
0 commit comments