We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2817341 + dcd86b5 commit f5a183cCopy full SHA for f5a183c
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