Skip to content

Commit 324002d

Browse files
committed
setCollection
1 parent 530765e commit 324002d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/Database/Query.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,13 @@ public function getCollection(): string
311311
return $this->collection;
312312
}
313313

314+
public function setCollection(string $collection): self
315+
{
316+
$this->collection = $collection;
317+
318+
return $this;
319+
}
320+
314321
/**
315322
* Sets method
316323
*

0 commit comments

Comments
 (0)