Browse Source

update comment

PHP-GTK3
yggverse 4 months ago
parent
commit
518dd5ced1
  1. 3
      src/Abstract/Model/Connection.php

3
src/Abstract/Model/Connection.php

@ -248,8 +248,7 @@ abstract class Connection implements \Yggverse\Yoda\Interface\Model\Connection
string $request string $request
): void ): void
{ {
// Not wait for database record $pid = pcntl_fork(); // not wait
$pid = pcntl_fork();
if ($pid === 0) if ($pid === 0)
{ {

Loading…
Cancel
Save