diff options
Diffstat (limited to 'src/Recipient/RecipientFactory.php')
-rw-r--r-- | src/Recipient/RecipientFactory.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Recipient/RecipientFactory.php b/src/Recipient/RecipientFactory.php index 4bfae7b..05de224 100644 --- a/src/Recipient/RecipientFactory.php +++ b/src/Recipient/RecipientFactory.php @@ -224,8 +224,8 @@ class RecipientFactory $stdClassSMS->Message, $stdClassSMS->To, $stdClassSMS->ID, - new DateTime($stdClassSMS->Created), - new DateTime($stdClassSMS->Updated), + new \DateTime($stdClassSMS->Created), + new \DateTime($stdClassSMS->Updated), $stdClassSMS->Status, $stdClassSMS->StatusDescription, $stdClassSMS->BundleID |