Skip to content

Commit

Permalink
[BUGIX] PHP 8.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
garfieldius committed Nov 27, 2024
1 parent 9944c56 commit 9696d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Classes/Service/ApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

class ApiService implements SingletonInterface
{
public const string MODE_OPTIN = 'optin';
public const string MODE_OPTOUT = 'optout';
public const MODE_OPTIN = 'optin';
public const MODE_OPTOUT = 'optout';

private bool $connected = false;

Expand Down

0 comments on commit 9696d1f

Please sign in to comment.