Release v2.0.1.2
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