]> git.mxchange.org Git - friendica.git/commitdiff
Move daemon to Console Command
authorPhilipp <admin@philipp.info>
Mon, 30 Dec 2024 11:41:14 +0000 (12:41 +0100)
committerPhilipp <admin@philipp.info>
Mon, 30 Dec 2024 11:41:14 +0000 (12:41 +0100)
src/Console/Daemon.php

index 5f45f81fad9b84faf04a9c9d1f1731733f53365b..5e728087a8547db52a4bd94098b83ab24aeb1909 100644 (file)
@@ -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
 {