Update lazy_settings.lua

This commit is contained in:
FusionPBX 2022-10-08 23:43:51 -06:00 committed by GitHub
parent 263af5a76f
commit 8f269a56f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ end
function Settings.new(db, domain_name, domain_uuid)
local self = setmetatable({}, Settings)
self._array = {}
self._db = db
self._db = db
self._domain_name = domain_name
self._domain_uuid = domain_uuid
self._use_cache = not cache.settings