| @@ -119,7 +119,7 @@ | ||
| 119 | 119 | return $this->createQueryBuilder() | 
| 120 | 120 | ->select(self::ALL_COLUMNS) | 
| 121 | 121 | ->from($table, self::DEFAULT_ALIAS) | 
| 122 | - ->where(self::DEFAULT_ALIAS . '.' . self::ID_COLUMN . ' = ?') | |
| 122 | + ->where(self::DEFAULT_ALIAS.'.'.self::ID_COLUMN.' = ?') | |
| 123 | 123 | ->setParameter(0, $id) | 
| 124 | 124 | ->first(); | 
| 125 | 125 | }); |