I handle empty data
This commit is contained in:
parent
9e85f2c457
commit
6d9236d732
|
|
@ -87,7 +87,7 @@ class Controller
|
|||
|
||||
$payload = $controller->$method(
|
||||
$connection,
|
||||
$message['data'],
|
||||
@$message['data'] ?? [],
|
||||
$message['channel']
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue