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 7d60488 commit f362b28Copy full SHA for f362b28
console/commands_as_services.rst
@@ -45,6 +45,8 @@ For example, suppose you want to log something from within your command::
45
{
46
$this->logger->info('Waking up the sun');
47
// ...
48
+
49
+ return 0;
50
}
51
52
0 commit comments