Skip to content

Commit 38cf17a

Browse files
Merge pull request #1 from ludoguenet/main
Change name to signature property in DataTransferObjectMakeCommand
2 parents dd13161 + 48a685a commit 38cf17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/DataTransferObjectMakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ final class DataTransferObjectMakeCommand extends GeneratorCommand
1212
/**
1313
* @var string
1414
*/
15-
protected $name = "make:dto {name : The DTO Name}";
15+
protected $signature = "make:dto {name : The DTO Name}";
1616

1717
/**
1818
* @var string

0 commit comments

Comments
 (0)