Skip to content

Commit 97e038e

Browse files
authored
Do not serialize transport to profile
1 parent 24672bc commit 97e038e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ScayTrase/SmsDeliveryBundle/Spool/Package.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,9 @@ public function setStatus($status)
8888
{
8989
$this->status = $status;
9090
}
91+
92+
function __sleep()
93+
{
94+
return array('reason', 'status', 'message');
95+
}
9196
}

0 commit comments

Comments
 (0)