Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(config-provider): ensure class_exists before instantiation
preservefix(config-provider): ensure class_exists before instantiation Fixed an issue in ConfigProvider where a class was being instantiated without first checking if it exists. An error occurred while executing the `php bin/hyperf.php server:watch` command
- Loading branch information