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 9807666 commit 8aa8e4bCopy full SHA for 8aa8e4b
src/Connection.php
@@ -39,7 +39,7 @@
39
* @method string openPit(string $keepAlive = '5m')
40
* @method bool closePit(string $id)
41
* @method Results pitFind(array $wheres, array $options, array $fields, string $pitId, ?array $after, string $keepAlive)
42
- * @method Results getId(string $_id, array $columns = [])
+ * @method Results getId(string $_id, array $columns = [],$softDeleteColumn = null)
43
*/
44
class Connection extends BaseConnection
45
{
0 commit comments