Skip to content

Commit

Permalink
fix: 'keyMatch4' not defined(#198) (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Lee <techlee@qq.com>
  • Loading branch information
leeqvip authored Sep 29, 2021
1 parent 5dbaa3b commit b888965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions casbin/model/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ def load_function_map():
fm.add_function("keyMatch", util.key_match_func)
fm.add_function("keyMatch2", util.key_match2_func)
fm.add_function("keyMatch3", util.key_match3_func)
fm.add_function("keyMatch4", util.key_match4_func)
fm.add_function("regexMatch", util.regex_match_func)
fm.add_function("ipMatch", util.ip_match_func)
fm.add_function("globMatch", util.glob_match_func)
Expand Down

0 comments on commit b888965

Please sign in to comment.