Skip to content

Commit

Permalink
Allowing dynamic properties for PHP 8.x compat (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsinti authored Jan 19, 2025
1 parent 3f3f9ae commit 2ba2ad7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/ApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@

use MailchimpMarketing\Configuration;

class ApiClient extends Configuration {}
#[\AllowDynamicProperties]
class ApiClient extends Configuration
{
}

0 comments on commit 2ba2ad7

Please sign in to comment.