dever 5 năm trước cách đây
mục cha
commit
225ff23f49
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      src/Api.php

+ 2 - 1
src/Api.php

@@ -7,7 +7,8 @@ class Api
 {
     public function __construct()
     {
-        $this->config = Dever::config('base', 'project')->qrcode;
+        //$this->config = Dever::config('base', 'project')->qrcode;
+        $this->config = Dever::config('base', 'qrcode')->qrcode;
         Dever::apply('lib/phpqrcode');
     }