We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8987da4 commit 71b7ff5Copy full SHA for 71b7ff5
src/adapter/DatabaseAdapter.php
@@ -58,7 +58,7 @@ public function savePolicyLine($ptype, array $rule)
58
foreach ($rule as $key => $value) {
59
$col['v'.strval($key).''] = $value;
60
}
61
- $this->model->cache('tauthz')->save($col);
+ $this->model->cache('tauthz')->insert($col);
62
63
64
/**
0 commit comments