use except

This commit is contained in:
Taylor Otwell 2022-08-20 12:46:21 -05:00
parent 7b17f5f326
commit e2e25f607a
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@
class ValidateSignature extends Middleware 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<int, string> * @var array<int, string>
*/ */
protected $ignore = [ protected $except = [
// 'fbclid', // 'fbclid',
// 'utm_campaign', // 'utm_campaign',
// 'utm_content', // 'utm_content',