mirror of
https://github.com/friendica/friendica
synced 2024-11-19 20:23:40 +00:00
Update src/Core/Worker.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
parent
807c95b314
commit
63960bca05
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ class Worker
|
|||
private static $last_update;
|
||||
private static $state;
|
||||
private static $daemon_mode = null;
|
||||
/** @var Worker\Entity\Process */
|
||||
/** @var Process */
|
||||
private static $process;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue