Skip to content

Commit

Permalink
Merge 9172793 into a1dc026
Browse files Browse the repository at this point in the history
  • Loading branch information
Edmond-J-A committed Sep 17, 2021
2 parents a1dc026 + 9172793 commit af55c8f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/CoreEnforcer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,11 @@ end
* and needs to be reloaded by calling LoadPolicy().
]]
function CoreEnforcer:loadModel()

self.model = self.model:loadModel(self.modelPath)
self.model.logger = self.logger
self.model:printModel()

self:initialize()
end

--[[
Expand Down

0 comments on commit af55c8f

Please sign in to comment.