From: Philipp Date: Mon, 30 Dec 2024 11:41:14 +0000 (+0100) Subject: Move daemon to Console Command X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=22ce71e792e7150da4414f97b834ce63f6576f7e;p=friendica.git Move daemon to Console Command --- diff --git a/src/Console/Daemon.php b/src/Console/Daemon.php index 5f45f81fad..5e728087a8 100644 --- a/src/Console/Daemon.php +++ b/src/Console/Daemon.php @@ -23,7 +23,7 @@ use Psr\Log\LoggerInterface; use RuntimeException; /** - * Console command for starting + * Console command for interacting with the daemon */ final class Daemon extends Console {