Skip to content

Commit b49878f

Browse files
committed
Fix unimplemented abstract methods
1 parent 8e7b237 commit b49878f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Ubiquity/db/providers/swoole/SwooleWrapper.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,5 +167,9 @@ public function executeStatement($statement, array $values = null) {
167167
}
168168

169169
public function getPrimaryKeys($tableName) {}
170+
171+
public function getRowNum(string $tableName, string $pkName, string $condition): int {}
172+
173+
public function groupConcat(string $fields, string $separator): string {}
170174
}
171175

0 commit comments

Comments
 (0)