Skip to content

Commit

Permalink
Merge pull request #1 from soulshockers/master
Browse files Browse the repository at this point in the history
Fixed "The [database] option does not exist." exception for "migrate-…
  • Loading branch information
jlorente authored Oct 24, 2018
2 parents d3d4007 + 57353e5 commit 92aceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/RollbackDataCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class RollbackDataCommand extends RollbackCommand
*
* @var string
*/
protected $signature = 'migrate-data:rollback';
protected $name = 'migrate-data:rollback';

/**
* The console command description.
Expand Down

0 comments on commit 92aceff

Please sign in to comment.