作者 lackoxygen

fix class name

@@ -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');