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 5625217 commit 74c98f2Copy full SHA for 74c98f2
App/Console/ExampleCommand.php
@@ -6,10 +6,10 @@
6
class ExampleCommand extends Command
7
{
8
protected static $defaultName = "example";
9
- private $description = "example command's description";
10
- private $help = "example command's help";
+ public $description = "example command's description";
+ public $help = "example command's help";
11
12
- protected function configure()
+ protected function config()
13
14
$this
15
->setArgument("argument", "optional", "argument description")
0 commit comments