for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
Author: Irfa Ardiansyah <[email protected]>
*/
namespace Irfa\AppLicenseClient\Func;
use Irfa\AppLicenseClient\Core\SerialConnector;
class License extends SerialConnector
{
public function check()
$res = $this->checkSN();
return $res;
}
public function get()
return (object)['active' => $this->res_active,'message' => $this->res_message];