modify plugin name
This commit is contained in:
@@ -61,6 +61,20 @@ class ProcessManager
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return void
|
||||
*/
|
||||
public function shutdown(): void
|
||||
{
|
||||
foreach ($this->_process as $process) {
|
||||
if (!$process instanceof Process) {
|
||||
continue;
|
||||
}
|
||||
$process->exit(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param $customProcess
|
||||
* @param $system
|
||||
|
||||
Reference in New Issue
Block a user