Skip to content

Commit

Permalink
Add missing path option.
Browse files Browse the repository at this point in the history
Solves orchestral/testbench#126

Signed-off-by: crynobone <[email protected]>
  • Loading branch information
crynobone committed Aug 24, 2016
1 parent 72a16d7 commit 8832dde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Console/Migrations/ResetCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ protected function getOptions()
{
$options = [
['realpath', null, InputOption::VALUE_OPTIONAL, 'The absolute path to migration files.', null],
['path', null, InputOption::VALUE_OPTIONAL, 'The path of migrations files to be executed.'],
['package', null, InputOption::VALUE_OPTIONAL, 'The package to migrate.', null],
];

Expand Down

0 comments on commit 8832dde

Please sign in to comment.