Skip to content

Commit

Permalink
fix 企业微信自动激活调用 (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
heartshuai committed Jul 28, 2022
1 parent 098f6e4 commit ea5bca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenWork/License/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function register(Container $app)
return new App($app);
};

!isset($app['license_auto_active']) && $app['license_app'] = function ($app) {
!isset($app['license_auto_active']) && $app['license_auto_active'] = function ($app) {
return new AutoActive($app);
};
}
Expand Down

0 comments on commit ea5bca7

Please sign in to comment.