mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-30 03:58:28 +00:00
🚿 have mercy, avoid BC breaks
This commit is contained in:
@@ -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{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user