summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHannes Kindströmmer <hannes@kindstrommer.se>2017-03-16 11:35:00 +0100
committerHannes Kindströmmer <hannes@kindstrommer.se>2017-03-16 11:35:00 +0100
commit52070a551d95350f143b16e3c33447b562944934 (patch)
treea78966d2ade0d9c2c65001269c0c2f72f2df2571
parentc0bc7046d55616e00e88db58d0baee6c1f9a53d4 (diff)
downloadip1-php-sdk-52070a551d95350f143b16e3c33447b562944934.zip
ip1-php-sdk-52070a551d95350f143b16e3c33447b562944934.tar.gz
ip1-php-sdk-52070a551d95350f143b16e3c33447b562944934.tar.bz2
Fixed issue #4
Signed-off-by: Hannes Kindströmmer <hannes@kindstrommer.se>
-rw-r--r--src/SMS/LoggedOutGoingSMS.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SMS/LoggedOutGoingSMS.php b/src/SMS/LoggedOutGoingSMS.php
index 9fc39b1..9b1fcf2 100644
--- a/src/SMS/LoggedOutGoingSMS.php
+++ b/src/SMS/LoggedOutGoingSMS.php
@@ -9,10 +9,10 @@
* @link http://api.ip1sms.com/Help
* @link https://github.com/iP1SMS/ip1-php-sdk
*/
-use IP1\RESTClient\Core\UpdatableComponent;
-
namespace IP1\RESTClient\SMS;
+use IP1\RESTClient\Core\UpdatableComponent;
+
/**
* The response you will get when sending an OutGoingSMS. One instance per recipient.
*/