diff options
-rw-r--r-- | src/SMS/LoggedOutGoingSMS.php | 4 |
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. */ |