diff --git a/user/plugins/seans-qrcode/QRImageWithLogo.php b/user/plugins/seans-qrcode/QRImageWithLogo.php index 967041e..41cd2bd 100644 --- a/user/plugins/seans-qrcode/QRImageWithLogo.php +++ b/user/plugins/seans-qrcode/QRImageWithLogo.php @@ -12,12 +12,8 @@ * @noinspection PhpComposerExtensionStubsInspection */ -// namespace chillerlan\QRCode; - use chillerlan\QRCode\Output\{QRCodeOutputException, QRImage}; -use function imagecopyresampled, imagecreatefrompng, imagesx, imagesy, is_file, is_readable; - /** * @property \chillerlan\QRCodeExamples\LogoOptions $options */