From 7a35c57e65d995fffc28cccb8c6e605298566a04 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 19 Jan 2023 10:01:59 -0600 Subject: [PATCH] fix comment --- src/Illuminate/Http/Concerns/InteractsWithInput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Illuminate/Http/Concerns/InteractsWithInput.php b/src/Illuminate/Http/Concerns/InteractsWithInput.php index 835753113cd0..80f61292e4ce 100644 --- a/src/Illuminate/Http/Concerns/InteractsWithInput.php +++ b/src/Illuminate/Http/Concerns/InteractsWithInput.php @@ -246,7 +246,7 @@ public function whenMissing($key, callable $callback, callable $default = null) } /** - * Determine if the given input key is an empty string for "has". + * Determine if the given input key is an empty string for "filled". * * @param string $key * @return bool