mirror of
https://github.com/friendica/friendica
synced 2025-01-08 20:04:43 +00:00
Move daemon to Console Command
This commit is contained in:
parent
b0ec3ad0c9
commit
22ce71e792
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ use Psr\Log\LoggerInterface;
|
||||||
use RuntimeException;
|
use RuntimeException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Console command for starting
|
* Console command for interacting with the daemon
|
||||||
*/
|
*/
|
||||||
final class Daemon extends Console
|
final class Daemon extends Console
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue