Sfoglia il codice sorgente

:shower: have mercy, avoid BC breaks

codemasher 4 anni fa
parent
commit
0673036150
1 ha cambiato i file con 19 aggiunte e 0 eliminazioni
  1. 19 0
      src/Output/QRImage.php

+ 19 - 0
src/Output/QRImage.php

@@ -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{
+
+}