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 a526e8c + 78d6786 commit 0ad069cCopy full SHA for 0ad069c
src/app/Library/CrudPanel/Traits/Settings.php
@@ -26,7 +26,7 @@ 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 string $value The value being set
30
*/
31
public function set(string $key, $value)
32
{
0 commit comments