diff --git a/src/CrudMake.php b/src/CrudMake.php index 5ae7ac0..1d171df 100644 --- a/src/CrudMake.php +++ b/src/CrudMake.php @@ -71,7 +71,7 @@ class CrudMake extends Command * * @var string */ - protected $signature = 'make:crud {name} {--parent=} {--tests-only}'; + protected $signature = 'make:crud {name} {--p|parent=} {--t|tests-only}'; /** * The console command description.