@@ -104,7 +104,7 @@ |
||
104 | 104 | $qb = $this->createQueryBuilder('log'); |
105 | 105 | $qb->select('log') |
106 | 106 | //->where('log INSTANCE OF App\Entity\LogSystem\ElementEditedLogEntry') |
107 | - ->where('log INSTANCE OF ' . $class) |
|
107 | + ->where('log INSTANCE OF '.$class) |
|
108 | 108 | ->andWhere('log.target_type = :target_type') |
109 | 109 | ->andWhere('log.target_id = :target_id') |
110 | 110 | ->orderBy('log.timestamp', 'DESC'); |