Skip to content

Commit

Permalink
feat: add interactive migration selection for rollback command
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1Pro committed Jan 18, 2025
1 parent f23faef commit c4e8505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/Migrations/Migrator.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ protected function runUp($file, $batch, $pretend)
* @param string[]|string $paths
* @param array<string, mixed> $options
* @return string[]
* @param array $userChosenMigrations
*/
public function rollback($paths = [], array $options = [], array $userChosenMigrations = [])
{
Expand Down

0 comments on commit c4e8505

Please sign in to comment.