@@ -23,7 +23,7 @@ |
||
| 23 | 23 | |
| 24 | 24 | $subSetSelect = $connection->select()->from( |
| 25 | 25 | $this->getTable(self::TABLE_NAME), |
| 26 | - ['entity_id','tag'] |
|
| 26 | + ['entity_id', 'tag'] |
|
| 27 | 27 | )->order( |
| 28 | 28 | 'entity_id ASC' |
| 29 | 29 | )->limit( |