Your IP : 216.73.216.133


Current Path : /home/u4uwebca/public_html/pano.4uweb.ca/vendor/chillerlan/php-qrcode/src/
Upload File :
Current File : /home/u4uwebca/public_html/pano.4uweb.ca/vendor/chillerlan/php-qrcode/src/QROptions.php

<?php
/**
 * Class QROptions
 *
 * @created      08.12.2015
 * @author       Smiley <smiley@chillerlan.net>
 * @copyright    2015 Smiley
 * @license      MIT
 */

namespace chillerlan\QRCode;

use chillerlan\Settings\SettingsContainerAbstract;

/**
 * The QRCode settings container
 */
class QROptions extends SettingsContainerAbstract{
	use QROptionsTrait;
}