Skip to content

Release v2.0.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 08:22
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