Skip to content

Commit

Permalink
'bizwx'
Browse files Browse the repository at this point in the history
  • Loading branch information
linjuchen committed Jun 4, 2020
1 parent 9a55033 commit 4d3c83a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bizWx/autoloader.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static function autoload($class)
if (!isset($_map[$class])) {
$class = explode('\\', $class);
$rootpath = array_shift($class);
if ($rootpath != "bizWx") {
if ($rootpath != "WeixinAPI") {
return;
}

Expand Down

0 comments on commit 4d3c83a

Please sign in to comment.