modify
This commit is contained in:
@@ -53,6 +53,7 @@ class TaskContainer extends BaseObject
|
|||||||
public function process($topic, Struct $struct)
|
public function process($topic, Struct $struct)
|
||||||
{
|
{
|
||||||
$handler = $this->_topics[$topic] ?? null;
|
$handler = $this->_topics[$topic] ?? null;
|
||||||
|
var_dump($handler, $struct);
|
||||||
if (empty($handler)) {
|
if (empty($handler)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user