From e2e25f607a894427d6545f611ad3c8d94d022e9d Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 20 Aug 2022 12:46:21 -0500 Subject: [PATCH] use except --- app/Http/Middleware/ValidateSignature.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Http/Middleware/ValidateSignature.php b/app/Http/Middleware/ValidateSignature.php index ee4045d8..093bf64a 100644 --- a/app/Http/Middleware/ValidateSignature.php +++ b/app/Http/Middleware/ValidateSignature.php @@ -7,11 +7,11 @@ class ValidateSignature extends Middleware { /** - * The names of the parameters that should be ignored. + * The names of the query string parameters that should be ignored. * * @var array */ - protected $ignore = [ + protected $except = [ // 'fbclid', // 'utm_campaign', // 'utm_content',