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 (#105)
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. Exists when executing `php bin/hyperf.php server:watch`command
- Loading branch information