Skip to content

Commit b67edd4

Browse files
author
YangQing
committed
支持多账户管理
1 parent a517bc5 commit b67edd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ public function register()
9393
return $app;
9494
});
9595
}
96-
$this->app->alias($"wechat.{$name}.default", 'wechat.'.$name);
97-
$this->app->alias($"wechat.{$name}.default", 'easywechat.'.$name);
96+
$this->app->alias("wechat.{$name}.default", 'wechat.'.$name);
97+
$this->app->alias("wechat.{$name}.default", 'easywechat.'.$name);
9898
}
9999
}
100100

0 commit comments

Comments
 (0)