dever 5 лет назад
Родитель
Сommit
225ff23f49
1 измененных файлов с 2 добавлено и 1 удалено
  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');
     }