dever il y a 6 ans
Parent
commit
efa7ff95b8
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/Applet.php

+ 2 - 1
src/Applet.php

@@ -345,11 +345,12 @@ class Applet extends Base
         if ($dataObj  == NULL) {
             return false;
         }
+        /*
       	$applet = Dever::config('base', 'project')->applet;
         $appid = $applet['appid'];
         if($dataObj->watermark->appid != $appid) {
             return false;
-        }
+        }*/
         return $dataObj;
     }
 }