Change the protected to public for reload_settings
When waiting on a socket the call back needs to be accessible from anywhere
This commit is contained in:
@@ -47,7 +47,7 @@ class event_guard_service extends service {
|
||||
*
|
||||
* @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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user