aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/chillerlan/php-qrcode/src/Output/QRImage.php
blob: cda496d365f6e6f653dc6b541c383c666e37bd06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * Class QRImage
 *
 * @created      14.12.2021
 * @author       smiley <smiley@chillerlan.net>
 * @copyright    2021 smiley
 * @license      MIT
 */

namespace chillerlan\QRCode\Output;

/**
 * @deprecated 5.0.0 backward compatibility, use QRGdImage instead
 * @see \chillerlan\QRCode\Output\QRGdImage
 */
class QRImage extends QRGdImage{

}