I handle empty data

This commit is contained in:
a6a2f5842 2025-06-18 11:02:39 +02:00
parent 9e85f2c457
commit 6d9236d732
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class Controller
$payload = $controller->$method( $payload = $controller->$method(
$connection, $connection,
$message['data'], @$message['data'] ?? [],
$message['channel'] $message['channel']
); );