Skip to content

Commit 92aceff

Browse files
authored
Merge pull request #1 from soulshockers/master
Fixed "The [database] option does not exist." exception for "migrate-…
2 parents d3d4007 + 57353e5 commit 92aceff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/RollbackDataCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class RollbackDataCommand extends RollbackCommand
2727
*
2828
* @var string
2929
*/
30-
protected $signature = 'migrate-data:rollback';
30+
protected $name = 'migrate-data:rollback';
3131

3232
/**
3333
* The console command description.

0 commit comments

Comments
 (0)