Skip to content

Commit ef3341a

Browse files
authored
Change Command Name and fix Typo
Changed the Name for the Command to ``make:presenter`` to follow the usual Laravel make commands.
1 parent fdb159a commit ef3341a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Console/PresenterMakeCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
class PresenterMakeCommand extends GeneratorCommand
88
{
9-
public $name = 'presenter:make';
9+
public $name = 'make:presenter';
1010

11-
public $description = 'create a new presenter class';
11+
public $description = 'Create a new presenter class';
1212

1313
/**
1414
* The type of class being generated.

0 commit comments

Comments
 (0)