Skip to content

Commit 723966e

Browse files
committed
#47 command desc changed
1 parent 4ee69f4 commit 723966e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeEntityCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class MakeEntityCommand extends Command
6363
{--only-tests : Set this flag if you want to create only tests. This flag is a higher priority than --without-tests.}
6464
{--only-seeder : Set this flag if you want to create only seeder.}
6565
66-
{--methods=CRUD : Add create, read, update, delete routes, requests, controllers and tests.}
66+
{--methods=CRUD : Set types of methods to create. Affect on routes, requests classes, controller\'s methods and tests methods.}
6767
6868
{--i|integer=* : Add integer field to entity.}
6969
{--I|integer-required=* : Add required integer field to entity. If you want to specify default value you have to do it manually.}

0 commit comments

Comments
 (0)