Skip to content

Commit 8aa8e4b

Browse files
committed
type fix
1 parent 9807666 commit 8aa8e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* @method string openPit(string $keepAlive = '5m')
4040
* @method bool closePit(string $id)
4141
* @method Results pitFind(array $wheres, array $options, array $fields, string $pitId, ?array $after, string $keepAlive)
42-
* @method Results getId(string $_id, array $columns = [])
42+
* @method Results getId(string $_id, array $columns = [],$softDeleteColumn = null)
4343
*/
4444
class Connection extends BaseConnection
4545
{

0 commit comments

Comments
 (0)