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 39876b3 commit 35bc28cCopy full SHA for 35bc28c
src/app/Library/CrudPanel/Traits/Settings.php
@@ -26,7 +26,8 @@ public function get(string $key)
26
* Setter for the settings key-value store.
27
*
28
* @param string $key Usually operation.name (ex: reorder.max_level)
29
- * @param bool $value True/false depending on success.
+ * @param mixed $value The value you want to store.
30
+ * @return mixed Setting value.
31
*/
32
public function set(string $key, $value)
33
{
0 commit comments