Просмотр исходного кода

:shower: have mercy, avoid BC breaks

codemasher 4 лет назад
Родитель
Сommit
0673036150
1 измененных файлов с 19 добавлено и 0 удалено
  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{
+
+}