Browse Source

Merge branch 'coupon_rebate' into develop

master
liangyuyan 5 years ago
parent
commit
4b0b932fca
  1. 3
      app/Libs/SsdbClient.php

3
app/Libs/SsdbClient.php

@ -1,10 +1,11 @@
<?php <?php
namespace App\Libs; namespace App\Libs;
use SSDB;
use SimpleSSDB; use SimpleSSDB;
class SsdbClient class SsdbClient
{ {
public $SSDB = null;
public $SSDB;
public function __construct() public function __construct()
{ {

Loading…
Cancel
Save