diff --git a/src/Facades/Settings.php b/src/Facades/Settings.php index d1126c5..2fc2fdd 100644 --- a/src/Facades/Settings.php +++ b/src/Facades/Settings.php @@ -6,7 +6,7 @@ /** * @method static void set($key, $value) - * @method static void mixed($key, $default = null) + * @method static mixed get($key, $default = null) */ class Settings extends Facade {