use except
This commit is contained in:
parent
7b17f5f326
commit
e2e25f607a
|
@ -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<int, string>
|
||||
*/
|
||||
protected $ignore = [
|
||||
protected $except = [
|
||||
// 'fbclid',
|
||||
// 'utm_campaign',
|
||||
// 'utm_content',
|
||||
|
|
Loading…
Reference in New Issue