Skip to content

Commit

Permalink
missing data column added to unserialization list
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Apr 16, 2024
1 parent 679e83a commit d8380cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AbraFlexi/RO.php
Expand Up @@ -2869,6 +2869,7 @@ public function __wakeup() {
*/
public function __sleep() {
return [
'data',
'objectName',
'nameSpace',
'apiURL',
Expand Down

0 comments on commit d8380cb

Please sign in to comment.