@@ -214,7 +214,7 @@ |
||
| 214 | 214 | |
| 215 | 215 | public function getIdsFromTable(): array |
| 216 | 216 | { |
| 217 | - $ids = []; |
|
| 217 | + $ids = []; |
|
| 218 | 218 | foreach($this->retrieveRecords() as $record) { |
| 219 | 219 | $ids[] = $record['id']; |
| 220 | 220 | } |