初始化
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Qrcode;
|
||||
|
||||
class Qrcode
|
||||
{
|
||||
|
||||
public static function createQrcode($url){
|
||||
\PHPQRCode\QRcode::png($url,false,"H",10,1);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user