From 5533541c91be7d5d7577f782dbbbef44beaaef40 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Tue, 30 Jan 2018 08:53:11 +0800 Subject: [PATCH] Add shortname for command options --- src/CrudMake.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.