From 0b3ff804da7a33bf6a649028e498079e29178f65 Mon Sep 17 00:00:00 2001 From: Eser DENIZ Date: Tue, 19 Nov 2024 11:23:39 +0100 Subject: [PATCH] Fix Settings facade DocBloc --- src/Facades/Settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {