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 fdb159a commit ef3341aCopy full SHA for ef3341a
src/Console/PresenterMakeCommand.php
@@ -6,9 +6,9 @@
6
7
class PresenterMakeCommand extends GeneratorCommand
8
{
9
- public $name = 'presenter:make';
+ public $name = 'make:presenter';
10
11
- public $description = 'create a new presenter class';
+ public $description = 'Create a new presenter class';
12
13
/**
14
* The type of class being generated.
0 commit comments