dever 7 년 전
부모
커밋
291c5d4f5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Applet.php

+ 1 - 1
src/Applet.php

@@ -15,7 +15,7 @@ class Applet extends Base
      */
     public function bind()
     {
-        $applet = Dever::config('base')->applet;
+        $applet = Dever::config('base', 'project')->applet;
         $appid = $applet['appid'];
         $secret = $applet['secret'];
         $url = $applet['url'];