Skip to content

Commit

Permalink
Merge pull request #48 from tobimori/patch-1
Browse files Browse the repository at this point in the history
supress dynamic property deprecation warnings
  • Loading branch information
freekmurze authored Apr 8, 2024
2 parents d705004 + ec9b93b commit e1224b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Resources/ApiResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
use OhDear\PhpSdk\OhDear;
use ReflectionObject;
use ReflectionProperty;
use stdClass;

class ApiResource
class ApiResource extends stdClass
{
public array $attributes = [];

Expand Down

0 comments on commit e1224b7

Please sign in to comment.