Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Jul 13, 2024
1 parent 6a3494d commit 917e142
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objects/Object.php
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,7 @@ public function __get($name)

public static function __set_state($state)
{
// not sure where comes from this error
$obj = new self();
$obj->properties = $state['properties'];
return $obj;
Expand Down

0 comments on commit 917e142

Please sign in to comment.