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.
2 parents bc79882 + 9ecdee2 commit 2e30b0aCopy full SHA for 2e30b0a
src/app/Library/CrudPanel/Traits/Settings.php
@@ -74,7 +74,7 @@ public function setting(string $key, $value = null)
74
return $this->get($key);
75
}
76
77
- return $this->set($key);
+ return $this->set($key, $value);
78
79
80
/**
0 commit comments