Skip to content

Commit 36d37d1

Browse files
Fix rollback command version argument, replaces #8
1 parent 32e655a commit 36d37d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/RollbackCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RollbackCommand extends Command
1414
* The name and signature of the console command.
1515
* @var string
1616
*/
17-
protected $signature = 'doctrine:migrations:rollback [version=]
17+
protected $signature = 'doctrine:migrations:rollback {version?}
1818
{--connection= : For a specific connection.}';
1919

2020
/**

0 commit comments

Comments
 (0)