Change reload_settings method visibility to public

This commit is contained in:
FusionPBX
2026-05-06 15:06:19 +00:00
committed by GitHub
parent 34a3ef1400
commit 7f9d9aaf66
@@ -239,7 +239,7 @@ class active_calls_service extends service implements websocket_service_interfac
* Reloads the settings for the service so the service does not have to be restarted
* @return void
*/
protected function reload_settings(): void {
public function reload_settings(): void {
// re-read the config file to get any possible changes
parent::$config->read();