We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa074e commit 4829dd7Copy full SHA for 4829dd7
README.md
@@ -48,9 +48,6 @@ What's more? You can develop a web application to manage them.
48
+ A HTTP server which you can manage the crontab tasks through it.
49
+ Dynamic task loader, you can register a task loader by Daemon::registerTaskLoader,
50
which will execute every 60 seconds and update the crontab tasks.
51
-
52
-Note that the custom class must be an instance of `\Monolog\Handler\HandlerInterface`,
53
-and you can pass params to your custom class's `__construct` by query string.
54
55
HTTP interfaces
56
-------------
0 commit comments