@@ -46,7 +46,7 @@ |
||
| 46 | 46 | } |
| 47 | 47 | $count = 0; |
| 48 | 48 | //@TODO inject? |
| 49 | - $renderer = new QRCode(new QROptions(['outputType' => QRCode::OUTPUT_IMAGE_PNG, 'imageBase64' => false]));; |
|
| 49 | + $renderer = new QRCode(new QROptions(['outputType' => QRCode::OUTPUT_IMAGE_PNG, 'imageBase64' => false])); ; |
|
| 50 | 50 | |
| 51 | 51 | $delegates = $this->repository->matching(Criteria::create()); |
| 52 | 52 | |