We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8d049d commit 6d2f319Copy full SHA for 6d2f319
src/Helper/ConsentHelper.php
@@ -4,8 +4,8 @@
4
5
class ConsentHelper
6
{
7
- const GRANTED = "granted";
8
- const DENIED = "denied";
+ const GRANTED = "GRANTED";
+ const DENIED = "DENIED";
9
10
private ?string $ad_user_data = null;
11
private ?string $ad_personalization = null;
0 commit comments