Skip to content

Commit 19f1dfa

Browse files
Dynamic property warning negation
1 parent 3c5eec3 commit 19f1dfa

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/ApiObject.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace CrowdHandler;
44

5+
#[\AllowDynamicProperties]
56
class ApiObject
67
{
78
public function __construct($obj=null)

src/Client.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace CrowdHandler;
44

5+
#[\AllowDynamicProperties]
56
class Client
67
{
78
const BASE_URL = "https://api.crowdhandler.com/v1/";

0 commit comments

Comments
 (0)