From c4e8505c8d0ede18dbb68f50973c9e8a469debf3 Mon Sep 17 00:00:00 2001 From: rez1pro Date: Sun, 19 Jan 2025 00:52:31 +0600 Subject: [PATCH] feat: add interactive migration selection for rollback command --- src/Illuminate/Database/Migrations/Migrator.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Illuminate/Database/Migrations/Migrator.php b/src/Illuminate/Database/Migrations/Migrator.php index 00f4535ba0c..72cfade26c5 100755 --- a/src/Illuminate/Database/Migrations/Migrator.php +++ b/src/Illuminate/Database/Migrations/Migrator.php @@ -225,6 +225,7 @@ protected function runUp($file, $batch, $pretend) * @param string[]|string $paths * @param array $options * @return string[] + * @param array $userChosenMigrations */ public function rollback($paths = [], array $options = [], array $userChosenMigrations = []) {