dever 6 tahun lalu
induk
melakukan
25b796daf9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      service/src/Base.php

+ 1 - 1
service/src/Base.php

@@ -8,7 +8,7 @@ class Base
 
 	public function __construct()
     {
-        $this->location('list', array(), 'buy');
+        //$this->location('list', array(), 'buy');
         $p = Dever::input('p');
         if ($p) {
             $this->config = Dever::json_decode(Dever::decode($p, $this->key));