We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1df3c34 commit c29bd0dCopy full SHA for c29bd0d
src/Facades/Settings.php
@@ -6,7 +6,7 @@
6
7
/**
8
* @method static void set($key, $value)
9
-* @method static void mixed($key, $default = null)
+* @method static mixed get($key, $default = null)
10
*/
11
class Settings extends Facade
12
{
0 commit comments