JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "QrCode.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/vendor/simplesoftwareio/simple-qrcode/src/Facades/QrCode.php
File size: 407 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace SimpleSoftwareIO\QrCode\Facades;
use Illuminate\Support\Facades\Facade;
use SimpleSoftwareIO\QrCode\Generator;
class QrCode extends Facade
{
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
{
self::clearResolvedInstance(Generator::class);
return Generator::class;
}
}