Skip to content

Commit

Permalink
Fix rollback command version argument, replaces #8
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Oct 20, 2015
1 parent 32e655a commit 36d37d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/RollbackCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class RollbackCommand extends Command
* The name and signature of the console command.
* @var string
*/
protected $signature = 'doctrine:migrations:rollback [version=]
protected $signature = 'doctrine:migrations:rollback {version?}
{--connection= : For a specific connection.}';

/**
Expand Down

0 comments on commit 36d37d1

Please sign in to comment.