This commit is contained in:
2024-04-24 14:31:06 +08:00
parent 4cbd1fb500
commit 858b9bc9f9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ trait TraitServer
*/
private function onPcntlSignal($signal, $callback): void
{
pcntl_signal($signal, $callback);
\pcntl_signal($signal, $callback);
}