Skip to content

Commit 2e30b0a

Browse files
authored
Merge pull request #2618 from shadowbane/patch_for_settings
Fixing arguments to set settings value
2 parents bc79882 + 9ecdee2 commit 2e30b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/Settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function setting(string $key, $value = null)
7474
return $this->get($key);
7575
}
7676

77-
return $this->set($key);
77+
return $this->set($key, $value);
7878
}
7979

8080
/**

0 commit comments

Comments
 (0)