🚿 have mercy, avoid BC breaks

This commit is contained in:
codemasher
2021-12-14 16:11:20 +01:00
parent 0c1f322476
commit 0673036150
+19
View File
@@ -0,0 +1,19 @@
<?php
/**
* Class QRImage
*
* @created 14.12.2021
* @author smiley <smiley@chillerlan.net>
* @copyright 2021 smiley
* @license MIT
*/
namespace chillerlan\QRCode\Output;
/**
* @deprecated backward compatibility, use QRGdImage instead
* @see \chillerlan\QRCode\Output\QRGdImage
*/
class QRImage extends QRGdImage{
}