Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
migrate:reset: --path may be a single string
Fixed situation when `migrate:reset` is run from application: ``` Artisan::call('migrate:reset', [ '--path' => 'database/migrations', ]); ```
- Loading branch information