@@ -118,7 +118,7 @@ class Login extends Controller
{
$checkcode = db('platform')->where('platform_code', 'Customer-Service')->find();
$chkcode = $checkcode ? $checkcode['platform_status'] : 1;
- return $chkcode
+ return $chkcode;
}
public function loginOut()