Move daemon to Console Command

This commit is contained in:
Philipp Holzer 2024-12-30 12:41:14 +01:00
commit 22ce71e792
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -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
{ {