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.
2 parents 5ff8255 + f5a183c commit fdc6ff7Copy full SHA for fdc6ff7
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