mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
Add adapter for kannel phones
This commit is contained in:
parent
69bf62f115
commit
a39c9577b1
7 changed files with 512 additions and 2 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
namespace daemons;
|
||||
|
||||
use GuzzleHttp\Promise\Utils;
|
||||
use Monolog\Handler\StreamHandler;
|
||||
use Monolog\Logger;
|
||||
|
||||
|
@ -84,7 +85,7 @@ class Webhook extends AbstractDaemon
|
|||
|
||||
try
|
||||
{
|
||||
$responses = \GuzzleHttp\Promise\unwrap($promises);
|
||||
$responses = Utils::unwrap($promises);
|
||||
}
|
||||
catch (\Exception $e)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue