作者 lackoxygen

fix:use

@@ -123,7 +123,7 @@ class TiktokShop @@ -123,7 +123,7 @@ class TiktokShop
123 123
124 $name = ucfirst($name); 124 $name = ucfirst($name);
125 125
126 - $target = 'Passage\\' . $name . '\\' . $name . '::class'; 126 + $target = '\Lackoxygen\TiktokShop\Passage\\' . $name . '\\' . $name;
127 127
128 if (!class_exists($target)) { 128 if (!class_exists($target)) {
129 throw new \OverflowException('class file(' . $target . ') not found'); 129 throw new \OverflowException('class file(' . $target . ') not found');