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 7b24e05 + 35bc28c commit 6e1bb11Copy full SHA for 6e1bb11
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