Skip to content

Commit

Permalink
Merge pull request #23 from newfold-labs/fix/php-deprecation-warning
Browse files Browse the repository at this point in the history
add htaccess var to class to stop throw warning for dynamic property creation
  • Loading branch information
circlecube authored May 29, 2024
2 parents 7c56816 + 3cfaf6a commit 40f6e72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions includes/ResponseHeaderManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class ResponseHeaderManager {
*/
const MARKER = 'Newfold Headers';

public $htaccess;

/**
* Constructor.
*/
Expand Down

0 comments on commit 40f6e72

Please sign in to comment.