Skip to content

Commit d7c91f3

Browse files
authored
Fix case of samesite property
1 parent b3c6905 commit d7c91f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helper/DeviceView.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class DeviceView
8686
/**
8787
* @var string|null
8888
*/
89-
protected $cookieSameSite = self::COOKIE_SAMESITE_DEFAULT;
89+
protected $cookieSamesite = self::COOKIE_SAMESITE_DEFAULT;
9090

9191
/**
9292
* @var string

0 commit comments

Comments
 (0)