@@ -28,7 +28,7 @@ |
||
| 28 | 28 | protected $statementKeyIncrement; |
| 29 | 29 | |
| 30 | 30 | protected function buildStatements() { |
| 31 | - $queryBuilder = $this->connection->createQueryBuilder() |
|
| 31 | + $queryBuilder = $this->connection->createQueryBuilder() |
|
| 32 | 32 | ->select('COUNT(`key`) AS amount') |
| 33 | 33 | ->from('`'.$this->table.'`') |
| 34 | 34 | ->where('`key` = ?') |