Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrajina committed Aug 21, 2012
1 parent 0b74319 commit 1c82830
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/subscribe_and_unsubscribe_to_mo_events.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
*/

require_once 'oneapi/client.php';
require_once 'oneapi/models.php';

$smsClient = new SmsClient(USERNAME, PASSWORD);
$smsClient->login();
Expand Down
1 change: 0 additions & 1 deletion examples/subscribe_send_message_and_wait_delivery_push.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

require_once 'oneapi/client.php';
require_once 'oneapi/models.php';

$smsClient = new SmsClient(USERNAME, PASSWORD);
$smsClient->login();
Expand Down
1 change: 0 additions & 1 deletion examples/subscribe_trigger_mo_and_retrieve_mo_message.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

require_once 'oneapi/client.php';
require_once 'oneapi/models.php';

$smsClient = new SmsClient(USERNAME, PASSWORD);

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

require_once 'oneapi/client.php';
require_once 'oneapi/models.php';

$smsClient = new SmsClient(USERNAME, PASSWORD);

Expand Down

0 comments on commit 1c82830

Please sign in to comment.