Revert "改名"
This reverts commit fdf58326
This commit is contained in:
@@ -34,6 +34,17 @@ class LoggerProcess extends BaseProcess
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param $message
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
|
public function onBroadcast($message)
|
||||||
|
{
|
||||||
|
var_dump($message . '::' . static::class);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param Process $process
|
* @param Process $process
|
||||||
* @throws ComponentException
|
* @throws ComponentException
|
||||||
|
|||||||
Reference in New Issue
Block a user