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 8ea3ad6 commit 6e13f95Copy full SHA for 6e13f95
README.md
@@ -53,7 +53,7 @@ You can use helper function `settings('app_name')` or `Settings::get('app_name')
53
settings()->all($fresh = false);
54
55
// Get a single setting
56
-settings()->get($key, $defautl = null);
+settings()->get($key, $default = null);
57
58
// Set a single setting
59
settings()->set($key, $value);
0 commit comments