Move daemon to Console Command

This commit is contained in:
Philipp 2024-12-30 12:41:14 +01:00
parent b0ec3ad0c9
commit 22ce71e792
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

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