Skip to content

Commit c03fd90

Browse files
author
Admin
committed
Added --composed flag for composed PK
1 parent bfbe08d commit c03fd90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/MakeLaravelCrudWizard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class MakeLaravelCrudWizard extends Command
1818
*
1919
* @var string
2020
*/
21-
protected $signature = 'make:api-resource {resourceName} {--decorated} {--table=} {--connection=}';
21+
protected $signature = 'make:api-resource {resourceName} {--decorated} {--table=} {--connection=} {--composed}';
2222

2323
/**
2424
* The console command description.

0 commit comments

Comments
 (0)