Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Merge pull request #29 from Naoray/dev
Browse files Browse the repository at this point in the history
final fix
  • Loading branch information
Naoray authored Aug 23, 2018
2 parents 22a5902 + 88d40c3 commit e982b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/AddPackage.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class AddPackage extends Command
*
* @var string
*/
protected $signature = 'package:add {name?} {path?} {vendor?} {branch} {--type=path} {--without-interaction}';
protected $signature = 'package:add {name?} {path?} {vendor?} {branch?} {--type=path} {--without-interaction}';

/**
* The console command description.
Expand Down

0 comments on commit e982b84

Please sign in to comment.