Fix using keyword $this in static class voicemail (#7586)

This commit is contained in:
frytimo
2025-10-22 11:59:15 -03:00
committed by GitHub
parent 0fd652096f
commit 1c7df93020
2 changed files with 10 additions and 9 deletions

View File

@@ -76,7 +76,7 @@
/**
* Internal array structure that is populated from the database
* @var array Array of settings loaded from Default Settings
* @var settings A settings object loaded from Default Settings
*/
private $settings;