diff options
Diffstat (limited to 'health-model.lua')
-rw-r--r-- | health-model.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/health-model.lua b/health-model.lua index 8007ff0..50c61f2 100644 --- a/health-model.lua +++ b/health-model.lua @@ -4,7 +4,7 @@ module (..., package.seeall) fs = require("acf.fs") date = require("acf.date") format = require("acf.format") -require("modelfunctions") +modelfunctions = require("modelfunctions") -- ############################################################### -- Private functions |