Skip to content
This repository has been archived by the owner on Oct 22, 2020. It is now read-only.

Commit

Permalink
fix some reported bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueMoein committed Jun 2, 2018
1 parent ab00045 commit 66c4716
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"guzzlehttp/guzzle": "~6.0",
"zendframework/zend-diactoros" : "1.4.*",
"symfony/psr-http-message-bridge" : "1.0.*"
"zendframework/zend-diactoros" : "1.*.*",
"symfony/psr-http-message-bridge" : "1.*.*"
}
}
3 changes: 1 addition & 2 deletions src/Smsir.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public static function DBlog($result, $messages, $numbers) {
]);
}
}
return var_dump($res);
}
}

Expand Down Expand Up @@ -86,7 +85,7 @@ public static function getLines()
*
* @param $messages = Messages - Count must be equal with $numbers
* @param $numbers = Numbers - must be equal with $messages
* @param null $sendDateTime = dont fill it if you want to send message now
* @param null $sendDateTime = don't fill it if you want to send message now
*
* @return mixed, return status
*/
Expand Down
2 changes: 0 additions & 2 deletions src/config/smsir.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/* Important Settings */

// ======================================================================

// never remove 'web', just put your middleware like auth or admin (if you have) here. eg: ['web','auth']
'middlewares' => ['web'],
// you can change default route from sms-admin to anything you want
Expand All @@ -17,7 +16,6 @@
// Your sms.ir line number
'line-number' => env('SMSIR-LINE-NUMBER','Your Sms.ir Line Number'),
// ======================================================================

// set true if you want log to the database
'db-log' => true,
// if you don't want to include admin panel routes set this to false
Expand Down

0 comments on commit 66c4716

Please sign in to comment.