Skip to content

Commit

Permalink
removed migrate command.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaksavvy committed Oct 11, 2018
1 parent 306bd21 commit c31d86e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
/.vagrant
.editorconfig
.DS_Store
/package
/package
/composer.lock
1 change: 1 addition & 0 deletions config/commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@
Illuminate\Database\Console\Migrations\ResetCommand::class,
Illuminate\Database\Console\Migrations\RollbackCommand::class,
Illuminate\Database\Console\Migrations\StatusCommand::class,
Illuminate\Database\Console\Migrations\MigrateCommand::class
],
];

0 comments on commit c31d86e

Please sign in to comment.