David

Results 3 comments of David

Hi, I am interested in this too. Would hate to have to go back to the original relationships.

Hi, we are also seeing this issue in PHP 7.2 PHP Fatal error: Cannot use Zend\Barcode\Object as Object because 'Object' is a special class name in www/vhosts/api.content-manager/src/PhysicalLookbook/Service/PdfGenerator.php on line 26...

Hi we are using 2.7 I have fixed by aliasing the object in our code: Line 26: use Zend\Barcode\Object as BarcodeObject And then using $barcode = new Object\Ean13(); This work...