正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -61,7 +61,7 @@ class Application | @@ -61,7 +61,7 @@ class Application | ||
| 61 | 61 | ||
| 62 | $app = $options ?: 'default'; | 62 | $app = $options ?: 'default'; |
| 63 | 63 | ||
| 64 | - $config = \config(ServiceProvider::$name . '.' . $app); | 64 | + $config = \config(TiktokShopServiceProvider::$name . '.' . $app); |
| 65 | 65 | ||
| 66 | if (!is_array($config)) { | 66 | if (!is_array($config)) { |
| 67 | throw new \InvalidArgumentException('config file not found'); | 67 | throw new \InvalidArgumentException('config file not found'); |
-
请 注册 或 登录 后发表评论