Skip to content

Commit

Permalink
Merge pull request #18 from OS2web/stankut-patch-1
Browse files Browse the repository at this point in the history
PHP 8.2 compatibility
  • Loading branch information
jekuaitk authored Feb 25, 2025
2 parents ede9115 + f5ff6b9 commit b8d3b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
*/
class Logger {

const string OS2WEB_AUDIT_QUEUE_ID = 'os2web_audit';
const string OS2WEB_AUDIT_LOGGER_CHANNEL = 'os2web_audit_info';
public const OS2WEB_AUDIT_QUEUE_ID = 'os2web_audit';
public const OS2WEB_AUDIT_LOGGER_CHANNEL = 'os2web_audit_info';

public function __construct(
private readonly LoggerManager $loggerManager,
Expand Down

0 comments on commit b8d3b90

Please sign in to comment.