mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 17:06:28 +02:00
Fix static function on inbound callback and endcallback for adapters
This commit is contained in:
parent
3b2dddbea3
commit
5d1015e190
12 changed files with 23 additions and 23 deletions
|
@ -479,12 +479,12 @@ class OctopushVirtualNumberAdapter implements AdapterInterface
|
|||
return $response;
|
||||
}
|
||||
|
||||
public function inbound_call_callback(): array
|
||||
public static function inbound_call_callback(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
||||
public function end_call_callback(): array
|
||||
public static function end_call_callback(): array
|
||||
{
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue